An open API service indexing awesome lists of open source software.

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.

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