https://github.com/webdevluke/handlingunusedcss
Boilerplate files for "Handling unused CSS classes with SASS" article.
https://github.com/webdevluke/handlingunusedcss
Last synced: 10 months ago
JSON representation
Boilerplate files for "Handling unused CSS classes with SASS" article.
- Host: GitHub
- URL: https://github.com/webdevluke/handlingunusedcss
- Owner: WebDevLuke
- Created: 2019-04-23T22:45:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:39:46.000Z (about 3 years ago)
- Last Synced: 2025-03-25T19:13:34.284Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 613 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Handling unused CSS in SASS to improve performance
This is a boilerplate which will allow you to follow along more easily with the article "Handling unused CSS in SASS to improve performance".
## Instructions
- `npm run install` to install dependencies for SASS compilation
- `npm run build` to compiled SASS
- `npm run watch` to set up a watch task to automatically look for changes and then compile