{"id":19006951,"url":"https://github.com/yowainwright/postcss-scss","last_synced_at":"2026-05-05T10:37:43.768Z","repository":{"id":66114079,"uuid":"348840317","full_name":"yowainwright/postcss-scss","owner":"yowainwright","description":"This is my setup to use postcss for scss! 🤔  The script works. Feel free to copy if you've got something nitty gritty to do. ","archived":false,"fork":false,"pushed_at":"2021-03-18T05:54:13.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T20:09:34.399Z","etag":null,"topics":["config","css","npm-scripts","postcss","sass","scss"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yowainwright.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-17T20:15:49.000Z","updated_at":"2021-03-18T06:02:21.000Z","dependencies_parsed_at":"2023-02-20T18:01:00.100Z","dependency_job_id":null,"html_url":"https://github.com/yowainwright/postcss-scss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yowainwright%2Fpostcss-scss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yowainwright%2Fpostcss-scss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yowainwright%2Fpostcss-scss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yowainwright%2Fpostcss-scss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yowainwright","download_url":"https://codeload.github.com/yowainwright/postcss-scss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240029703,"owners_count":19736633,"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":["config","css","npm-scripts","postcss","sass","scss"],"created_at":"2024-11-08T18:35:23.481Z","updated_at":"2026-04-22T06:30:21.038Z","avatar_url":"https://github.com/yowainwright.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Postcss scss 🎨\n\nThe setup of this repository is to be able to smoothly transition from scss to postcss and not need a postcss config in another project. \n\nI think I was able to do it. Look at the [config](https://github.com/yowainwright/postcss-scss/blob/master/package.json#L31-L37) to decide for yourself! \n\n\u003e **Note:** I made the [browserlist](https://github.com/yowainwright/postcss-scss/blob/master/package.json#L31) really broad to ensure that [autoprefixer](https://github.com/postcss/autoprefixer) is working (and it is!).\n\n---\n\n## Install\n\n```sh\nnpm install autoprefixer postcss postcss-advanced-variables postcss-cli postcss-nested postcss-scss\n# 🚀\n```\n\n---\n\n## Setup\n\n```javascript\n\"devDependencies\": {\n  \"autoprefixer\": \"^10.2.5\",\n  \"postcss\": \"^8.2.8\",\n  \"postcss-advanced-variables\": \"^3.0.1\",\n  \"postcss-cli\": \"^8.3.1\",\n  \"postcss-nested\": \"^5.0.5\",\n  \"postcss-scss\": \"^3.0.5\"\n},\n// do not use this browserlist\n// it was just used to insure autoprefixer is working\n// Read https://github.com/postcss/autoprefixer#browsers for more detail 📚\n\"browserslist\": [\n  \"\u003e0.2%\",\n  \"not dead\"\n],\n// the order of postcss execution matters below 👮‍♀️\n\"scripts\": {\n  \"build\": \"postcss src/index.scss --syntax postcss-scss -u postcss-nested -u postcss-advanced-variables autoprefixer -o dist/index.css\"\n}\n\n```\n---\n\nThanks to [Craig Buckler](https://twitter.com/craigbuckler) for his great Sitepoint [post](https://www.sitepoint.com/postcss-sass-configurable-alternative/). 🙏\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyowainwright%2Fpostcss-scss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyowainwright%2Fpostcss-scss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyowainwright%2Fpostcss-scss/lists"}