Skip to content

Commit aeb5be9

Browse files
committed
Updated readme for updated csso-cli package
1 parent 0f64846 commit aeb5be9

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -105,28 +105,14 @@ These steps must be taken to use the application from source code and build the
105105
**Note:** None of this applies when installing Mini Web Compiler from the setup package.
106106

107107
* Install Node.js for Windows from https://nodejs.org
108-
* Install csso: `npm install csso-cli -g` (See note below)
108+
* Install csso: `npm install csso-cli -g`
109109
* Install rollup: `npm install rollup -g`
110110
* Install rollup-plugin-sourcemaps: `npm install rollup-plugin-sourcemaps -g`
111111
* Install uglify-es: `npm install uglify-js -g`
112112
* Install sass: `npm install sass -g`
113113

114114
To upgrade all tools to the latest version, run: `npm update -g`
115115

116-
### Latest csso version
117-
118-
The csso-cli package isn’t up-to-date with the current csso library. It contains bugs that have been resolved in csso 5.0. To use the latest version, don’t install the public package as described above, but follow these steps instead:
119-
120-
```
121-
git clone https://github.com/ygoe/csso-cli.git
122-
cd csso-cli
123-
git checkout patch-1
124-
npm pack
125-
npm install -g csso-cli-5.0.0.tgz
126-
```
127-
128-
These steps become obsolete when csso-cli has been updated (see [PR](https://github.com/css/csso-cli/pull/26)).
129-
130116
License
131117
-------
132118
[MIT license](https://github.com/ygoe/MiniWebCompiler/blob/master/LICENSE)

0 commit comments

Comments
 (0)