
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
css-module-npm-boilerplate-webpack
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-webpack --save-dev
import fancyButton from 'css-module-npm-boilerplate-webpack'
The fancy button css module has a .button
and a color style .blue
, .green
or .red
.
Add the classes to your elements to use the styles...
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
This version uses webpack to bundle the lib button.css module. For a minimal example of a css module without building with webpack use css-module-npm-boilerplate
The \src
folder is for development.
To build to \lib
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-webpack receives a total of 3 weekly downloads. As such, css-module-npm-boilerplate-webpack popularity was classified as not popular.
We found that css-module-npm-boilerplate-webpack 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.