Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

get-css-module

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-css-module

Generate a CSS Module from a `styles.scss` file.

latest
npmnpm
Version
1.0.18
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 25 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts