Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweaked article title
  • Loading branch information
WebDevLuke committed Jun 10, 2019
1 parent 7df3507 commit 99a0332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.MD
@@ -1,5 +1,5 @@
# Removing unused CSS with SASS to improve performance
This is a boilerplate which will allow you to follow along more easily with the article "Removing unused CSS with SASS to improve performance".
# 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "handlingunusedcsswithsassboilerplate",
"version": "1.0.0",
"description": "A boilerplate to follow along 'Removing unused CSS with SASS to improve performance' article",
"description": "A boilerplate to follow along 'Handling unused CSS in SASS to improve performance' article",
"scripts": {
"clean": "rimraf dist/static/*.css",
"watch": "onchange \"src/assets/scss/*.scss\" \"src/assets/scss/*/**.scss\" -- npm run build",
Expand Down

0 comments on commit 99a0332

Please sign in to comment.