Sass-based, minimalist and scalable framework.
- Use bower
bower install valitycss
, or download files from the github repo - Reference
vality.min.css
in your index.html file
If you are using SASS, just import vality into sass file.
@import "vality";
You can override vality variables by simply redefining the variable before the @import
directive, e.g.:
$font-family-sans: Helvetica, sans-serif;
$brand-primary: #5c31d9;
$link-color: #009cd6;
@import "vality";
The full list of vality variables can be found here.
- _button.scss
- _button-group.scss
- _form.scss
- _input.scss
- _input-group.scss
- _chackbox.scss
- _radio.scss
- _select.scss
- _grid.scss
- _table.scss
- _navigation.scss
- _arrange.scss
- _flex-embed.scss
- _spinner.scss