1.0.2 • Published 6 years ago

stylist-css v1.0.2

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

npm.io Stylist

A collection of stylus functions and mixins to build web applications.

How to use

Install with NPM

npm install stylist-css --save

Use a CDN

Example

View demo.

Grid

<link rel="stylesheet" href="stylist.css">
<div class="container">
  <div class="row">
    <div class="col-xs-12 col-md-6 col-lg-4"></div>
    <div class="col-xs-12 col-md-6 col-lg-4"></div>
    <div class="col-xs-12 col-md-6 col-lg-4"></div>
  </div>
</div>

Flexible Box

<link rel="stylesheet" href="stylist.css">
<div class="flex">
  <div class="flex-none"></div>
  <div class="flex-auto"></div>
</div>
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago