From 7df350788da1e18ff68619dd3c3635ec7e005b92 Mon Sep 17 00:00:00 2001 From: Luke Harrison Date: Mon, 10 Jun 2019 18:28:42 +0100 Subject: [PATCH] Tweaked article title --- README.MD | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 550b537..a879fc6 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,5 @@ -# Handling Unused CSS with SASS -This is a boilerplate which will allow you to follow along more easily with the article "Handling Unused CSS with SASS". +# 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". ## Instructions - `npm run install` to install dependencies for SASS compilation diff --git a/package.json b/package.json index 027af1b..8af0f84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "handlingunusedcsswithsassboilerplate", "version": "1.0.0", - "description": "A boilerplate to follow along 'Handing Unused CSS with SASS' article", + "description": "A boilerplate to follow along 'Removing unused CSS with SASS to improve performance' article", "scripts": { "clean": "rimraf dist/static/*.css", "watch": "onchange \"src/assets/scss/*.scss\" \"src/assets/scss/*/**.scss\" -- npm run build",