Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hvab committed Oct 29, 2017
1 parent 8037c09 commit 00c8080
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ git clone https://github.com/palegrow/vanilla-bemcss.git new-project
cd new-project
npm install

gulp --cwd common.bundles/main
postcss common.bundles/main/main.css -o common.bundles/main/main.min.css

gulp --cwd desktop.bundles/main
postcss desktop.bundles/main/main.css -o desktop.bundles/main/main.min.css
```

You can use full power of [postcss-cli](https://github.com/postcss/postcss-cli#options) here.

0 comments on commit 00c8080

Please sign in to comment.