Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Hover | 28,464 | 356 | 26 | 4 months ago | 9 | June 11, 2018 | 41 | other | SCSS | |
A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS. | ||||||||||
Madge | 7,582 | 1,662 | 918 | 2 months ago | 75 | June 04, 2023 | 95 | mit | JavaScript | |
Create graphs from your CommonJS, AMD or ES6 module dependencies | ||||||||||
Balloon.css | 4,990 | 211 | 155 | 4 months ago | 21 | June 30, 2020 | 22 | mit | CSS | |
Simple tooltips made of pure CSS | ||||||||||
Koala | 3,988 | 2 years ago | 390 | other | JavaScript | |||||
Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient. | ||||||||||
Rfs | 3,194 | 35 | 47 | 2 months ago | 47 | March 23, 2023 | 6 | mit | CSS | |
✩ Automates responsive resizing ✩ | ||||||||||
Webpack Encore | 2,170 | 1,762 | 78 | 2 months ago | 79 | July 10, 2023 | 219 | mit | JavaScript | |
A simple but powerful API for processing & compiling assets built around Webpack | ||||||||||
Svg Sprite | 1,848 | 1,107 | 342 | 12 days ago | 91 | May 08, 2023 | 48 | mit | JavaScript | |
SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.) | ||||||||||
Reactql | 1,831 | 1 | 10 months ago | 71 | November 18, 2017 | 41 | mit | TypeScript | ||
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR | ||||||||||
Simple Line Icons | 1,761 | 3,017 | 385 | 3 years ago | 16 | August 10, 2020 | 29 | mit | CSS | |
Simple and Minimal Line Icons | ||||||||||
Static Site Boilerplate | 1,663 | 1 | a year ago | 2 | January 25, 2019 | 15 | mit | JavaScript | ||
A better workflow for building modern static websites. |
A comprehensive library of color books implemented in Sass, LESS, Stylus, JSON, and CSV - containing 29,875 swatches from colorbooks released by Avery, Behr, Benjamin Moore, Dunn Edwards, Hallman Lindsay, HKS, PPG, RAL, Sherwin Williams, TOYO, TRUMATCH, and Vista.
npm install colornerd
yarn install colornerd
To get started, include the color books and start using colors!
// include colornerd
@include "node_modules/colornerd/scss/colornerd";
// use em!
a {
color: hks( "36-K" );
}
The above example is for sass/scss - the function for stylus works exactly the same, but we have to use variables with less. To find out more colors to use, and copy and paste the exact code used to output colors, check out the color picker (index.html in this repository or use the web-based one for this repo).
All the colorbooks and color names in this library are the property of their respective owners. This is not an official project for any book vendor, and neither they, nor the library developer are liable for how it is used. This repository is offered as-is, in order to help make these color books more accessible for a wider variety of users and projects.