A minimal and customizable CSS normalization library
Codify.css is focused on providing needed corrections for modern browsers, instead of supporting old, unmaintained and almost unused browsers. Based on Normalize.css.
- ZIP package
- Bower:
bower install codify.css
- npm:
npm install codify.css
(compared to Normalize.css)
- Modules
- Support for older browsers removed
- CSSComb support
- Improved display definitions
- Consistent element styles
- Improved vertical align of embedded content
- Responsive images
- Chrome (latest)
- Firefox (latest)
- Opera (latest)
- Edge (latest)
- Safari 7+
- Internet Explorer 10+
Codify.css uses Grunt to compile Less code.
You need node.js to use Grunt.
From the command line:
- Install
grunt-cli
globally with[sudo] npm install -g grunt-cli
. - Run
npm install
from the root Codify.css directory to install dependencies.
When completed, you'll be able to run the various Grunt commands provided from the command line.
Modules are individual files within src/
, without a .less
extension.
- base
- display
- text
- embed
- forms
- tables
Compiles Less files.
--modules
is a space-separated list of modules. If --modules
option is
used, Grunt will only compile specified modules.
Watches Less files and recompiles them when they're changed.
MIT © Zlatan Vasović