/valitycss

Sass-based, minimalist and scalable framework.

Primary LanguageCSSMIT LicenseMIT

ValityCss

Sass-based, minimalist and scalable framework.

Demo

Installation

Sass

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.

Core

Components:

Utils

Credits