Skip to content

Commit 34f6922

Browse files
committed
Updated readme
1 parent a863874 commit 34f6922

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# CSSMonster
22

3-
CSSMonster helps developers manage [normalize.css](https://www.npmjs.com/package/normalize.css?activeTab=versions), [node-sass](https://www.npmjs.com/package/node-sass), and [PurgeCSS](https://www.npmjs.com/package/purgecss) with ease.
3+
CSSMonster helps developers manage [normalize.css](https://www.npmjs.com/package/normalize.css?activeTab=versions), [sass](https://www.npmjs.com/package/sass), and [PurgeCSS](https://www.npmjs.com/package/purgecss) with ease.
44

55
Requries Nodejs version [12.10.0](https://nodejs.org/en/download/) or later.
66

77
## Installation
88

9-
Install:
9+
Install the NPM packages:
1010

1111
```bash
12-
npm i --save cssmonster
12+
npm i -D cssmonster sass@1
1313
```
1414

1515
Prepare the npm script:
@@ -49,7 +49,7 @@ module.exports = {
4949
sources: "./src", // Also accepts an array
5050
minify: true, // Forced to false when env is 'dev' or 'development' -- setting to false disables on production
5151
purge: false, // Forced to false when env is 'dev' or 'development' -- setting to false disables on produciton
52-
purgeCSS: null,
52+
purgeCSS: null,
5353
blacklist: [],
5454
include: [], // Paths that will be included while compiling the SCSS
5555
autoresolve: false, // when true files with the same name are merged together

0 commit comments

Comments
 (0)