1.0.18 • Published 4 years ago
get-css-module v1.0.18
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-moduleSTEPS:
- Create a
styles.scssin any folder. - Execute
get-css-modulefrom 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.