
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Enough CSS to get started
nokss is a drop-in stylesheet that works out of the box. No need to use CSS classes: just write plain, semantic HTML, and nokss will style it for you (as much as it can). nokss is designed for prototyping, blogs, articles, small projects, and as a starting point for more invloved applications.
To use nokss, simply include this line in your CSS:
@import 'https://unpkg.com/nokss';
👉 Read the docs for more installation options and usage info.
You need node, NPM to start and git to start.
# clone the code
git clone git@github.com:loreanvictor/nokss.git
# install stuff
npm i
Make sure all checks are successful on your PRs. This includes all successful builds, and abiding all the linting rules. The code is written in CSS, using PostCSS for bundling, vendor prefixing, minification, etc (see this for a comprehensive list of plugins), and Stylelint for linting. Subsequently, an IDE integration for Stylelint would make your life much easier (for example, VSCode has this nice Stylelint plugin), but you could also use the following commands:
# run the linter
npm run lint
# build the CSS package
npm run build:package
# build the docs
npm run build:docs
# run linter and build everything
npm test
You can preview the effects of your modifications either in the docs, or in the sample playground located in /sample folder. You can run these via the following commands:
# preview the docs
npm run docs
# preview the playground
npm run sample
FAQs
enough css
We found that nokss 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.