get-css-module
v1.0.18
Published
Generate a CSS Module from a `styles.scss` file.
Downloads
3
Readme
GET CSS MODULE CLI
Generate a CSS Module from a styles.scss
file.
Getting Started
# global install
npm i -g get-css-module
# dev-dependency !?
npm i -D get-css-module
# with yarn
yarn global add get-css-module
STEPS:
- Create a
styles.scss
in any folder. - Execute
get-css-module
from the terminal.
You'll have a dist
folder next to your styles.scss
file which will contain a main.js
file with
all the styles.