flass

0.0.2 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i flass

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • probablyjosh