Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
css-module-npm-boilerplate
Advanced tools
A boilerplate css module.
Fork this and create your own reusable css module to be imported into react, deku, riot, etc... components.
Check out more css modules at cssmodul.es
CSS Modules is only compatible with camelCase. However deku and react have mappings to use normal class names.
This module has only camelCase classes so is compatible with:
npm install css-module-npm-boilerplate --save-dev
this is just a simple example css module for button styling.
import fancyButton from 'css-module-npm-boilerplate'
Then add the following classes to use the styles... the fancy button css module just has a .button
and a color style .blue
, .green
or .red
. The colors use
css modules
return (
<button className={styles.button + ' ' + styles.blue }>press me</button>
);
react / deku css modules
return (
<button styleName='button blue'>press me</button>
);
Check out an example of using this css module here
Run it
cd example; npm install; npm start
The \src
folder is for development.
To build to \lib
just run:
npm run build
This compiles to fancyButton.css
bundle in lib, as we do not expect all users to have the autoprefixer, postcss and postcss-modules-values plugins, they should be able to import the module as just plain css from the \lib
so we compile it before publishing.
MIT
FAQs
a boilerplate css module
The npm package css-module-npm-boilerplate receives a total of 2 weekly downloads. As such, css-module-npm-boilerplate popularity was classified as not popular.
We found that css-module-npm-boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.