flass
v0.0.2
Published
Flat-UI in Sass minus the usually required Bootstrap.
Downloads
2
Readme
flass
Flat-UI in Sass minus the usually required Bootstrap.
Download/Install
- Bower:
bower install flass
- Download Zip
Usage
Import flat-ui variables into your CSS/Sass
@import 'sass/_variables'
body
$background: $blue
$color: $white
or include flass.css in your HTML
<head>
<link rel="stylesheet" href="css/flass.css">
</head>
<body>
<h1 class="blue bg-white">Lorum Ipsum</h1>
</body>