rollup-plugin-postcss
Seamless integration between Rollup and PostCSS.
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- humanlize-path.js
- load-module.js
- normalize-path.js
- index.js
- less-loader.js
- loaders.js
- postcss-loader.js
- sass-loader.js
- stylus-loader.js
- index.test.js.snap
- a.module.css
- b.module.scss
- c.module.less
- index.js
- index.js
- style.css
- index.js
- style.css
- bar.module.css
- component.js
- component.module.css
- foo.css
- index.js
- nested.css
- nested.js
- index.js
- postcss.config.js
- style.sss
- index.js
- style.css
- foo.sass
- index.js
- _prepend.scss
- index.js
- style.scss
- _partial.scss
- a.scss
- b.sass
- c.css
- package.json
- _partial.scss
- foo.scss
- index.js
- style.scss
- index.js
- style.sass
- bar.css
- foo.css
- index.js
- style.less
- style.pcss
- style.sass
- style.styl
- index.js
- style.css
- index.test.js
- index.d.ts
- .editorconfig
- .gitattributes
- .gitignore
- .prettierrc.js
- appveyor.yml
- CHANGELOG-OLD.md
- circle.yml
- LICENSE
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/egoist/rollup-plugin-postcss
Downloads the entire project code from GitHub to your computer.
cd rollup-plugin-postcss
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add postcss rollup-plugin-postcss --dev
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
