
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
Stylus mixins, utilities, components, and gradient image generation. Don't forget to check out the documentation.
$ npm install nib
If the image generation features of Nib are desired, such as generating the linear gradient images, install node-canvas:
$ npm install canvas
Below is an example of how to utilize nib and stylus with the connect framework (or express).
var connect = require('connect')
, stylus = require('stylus')
, nib = require('nib');
var server = connect();
function compile(str, path) {
return stylus(str)
.set('filename', path)
.set('compress', true)
.use(nib());
}
server.use(stylus.middleware({
src: __dirname
, compile: compile
}));
To gain access to everything nib has to offer, simply add:
@import 'nib'
Or you may also pick and choose based on the directory structure in ./lib, for example:
@import 'nib/gradients'
@import 'nib/overflow'
@import 'nib/normalize'
To be continued...
You will first need to install the dependencies:
$ npm install -d
Run the automated test cases:
$ npm test
For visual testing run the test server:
$ npm run-script test-server
Then visit localhost:3000 in your browser.
I would love more contributors. And if you have helped out, you are awesome! I want to give a huge thanks to these people:
FAQs
Stylus mixins and utilities
The npm package nib receives a total of 72,517 weekly downloads. As such, nib popularity was classified as popular.
We found that nib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.