0.1.3 • Published 3 years ago

line.css v0.1.3

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

line.css

A simple CSS framework that provides useful components.

Documentatin | Storybook

Install

CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/line.css@0.1.3/line.min.css"/>

Also you can install via npm

npm i line.css

and import it

import 'line.css' 

Development

  • npm install
  • gulp

For storybook:

  • npm run storybook

For documentation:

  • cd docs
  • npm install
  • npm run serve

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request
0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.2

3 years ago

0.0.0

4 years ago