line.css
v0.1.3
Published
A simple CSS framework that provides useful components.
Downloads
3
Maintainers
Readme
line.css
A simple CSS framework that provides useful components.
Install
CDN
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request