{"id":29219581,"url":"https://github.com/nicolassutter/tailwind_loves_sass","last_synced_at":"2025-07-03T02:05:47.256Z","repository":{"id":56029046,"uuid":"316515276","full_name":"nicolassutter/Tailwind_loves_sass","owner":"nicolassutter","description":"A collections of sass tools for Tailwind development","archived":false,"fork":false,"pushed_at":"2021-09-20T10:39:16.000Z","size":31,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-01T03:53:59.956Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolassutter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-27T13:55:52.000Z","updated_at":"2021-09-20T10:39:19.000Z","dependencies_parsed_at":"2022-08-15T11:50:08.875Z","dependency_job_id":null,"html_url":"https://github.com/nicolassutter/Tailwind_loves_sass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicolassutter/Tailwind_loves_sass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2FTailwind_loves_sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2FTailwind_loves_sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2FTailwind_loves_sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2FTailwind_loves_sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolassutter","download_url":"https://codeload.github.com/nicolassutter/Tailwind_loves_sass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2FTailwind_loves_sass/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263245315,"owners_count":23436513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-03T02:05:47.013Z","updated_at":"2025-07-03T02:05:47.230Z","avatar_url":"https://github.com/nicolassutter.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailwind Loves Sass\n\n\u003e Before using this package, you should always consider disabling your editor's native linting for custom css @rules. \n\n\u003e If for some reason, this is not possible for you, then feel free to use this package.\n\nA collection of [Sass](https://sass-lang.com/) tools for [Tailwind](https://tailwindcss.com/) development ❤️\n\n## Why this exists\n\nThis modules allows Sass and Tailwind to be used at the same time on a single project without the hassle.\n\n**This means no linting warning/errors when trying to use a custom @rule in Sass**🎉🎉.\n\n## Currently existing features\n\n### [@apply](doc/apply.md)\n\n```scss\n@include apply(\"...\")\n```\n\n### [@layer](doc/layer.md)\n\n```scss\n@include layer(\"...\")\n```\n\n### [@screen](doc/respond_to.md)\n\n```scss\n@include respond-to(\"...\")\n```\n\n### [@screen](doc/screen.md)\n\n```scss\n@include screen(\"...\")\n```\n\n### [@variants](doc/variants.md)\n\n```scss\n@include variants(\"...\")\n```\n\n## Installation\n\nYou can download the source right from GitHub or use NPM in your terminal.\n\n```sh\nnpm install tailwind-loves-sass\n```\n\nOnce it's done, you can include the file in your project like so:\n\n```scss\n@import \"tailwind-loves-sass\";\n```\n\n**Note:** you WILL need tailwind to be configured and ready to use in your Sass workflow. Otherwise you won't be able to use this module.\n\n### Options\n\nYou can choose to use (or not) different options. These options aim to enhance the `base`, `components` and `utilities` layers of `Tailwind`.\n\n#### Currently existing options\n\n##### [Knacss](https://www.knacss.com/)\n\nThis includes the default resets from the framework [Knacss](https://www.knacss.com/) by [Raphaël Goetter](https://github.com/raphaelgoetter) and [Alsacréations](https://www.alsacreations.fr/).\n\n```scss\n@import \"tailwind-loves-sass/options/knacss/_main.scss\";\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolassutter%2Ftailwind_loves_sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolassutter%2Ftailwind_loves_sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolassutter%2Ftailwind_loves_sass/lists"}