0.0.2 • Published 9 years ago

flass v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

flass

Flat-UI in Sass minus the usually required Bootstrap.

Download/Install

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>