Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 13, 2021
1 parent 8373d32 commit 5f33320
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,8 @@ SugarSS needs PostCSS compiler. Install [`postcss-loader`] for webpack,
[`gulp-postcss`] for Gulp, [`postcss-cli`] for npm scripts.
[Parcel] has build-in support for PostCSS.

Then install SugarSS: `npm install --save-dev sugarss` if you use npm
and `yarn add --dev sugarss` if you use Yarn.

You may also install `precss` to have nested rules, variables
and other CSS syntax extensions: `npm install --save-dev precss`
or `yarn add --dev precss` if you use Yarn.
Then install SugarSS: `npm install --save-dev postcss sugarss` if you use npm
and `yarn add --dev postcss sugarss` if you use Yarn.

Then create `.postcssrc` file:

Expand Down

0 comments on commit 5f33320

Please sign in to comment.