winterfell.css
v0.0.0
Published
A CSS framework built with Tailwind CSS.
Downloads
2
Readme
winterfell.css
This is a Work in Progress.
A CSS framework built with Tailwind CSS.
Install
yarn add winterfell.css
Usage
Use with Tailwind CSS
In your tailwind.config.js
:
module.exports = {
plugins: [
require('winterfell.css/tailwind')
]
}
Use directly with a bundler
In your app code:
import 'winterfell.css/dist/winterfell.css'
Use directly via CDN
<link rel="stylesheet" href="https://unpkg.com/winterfell.css/dist/winterfell.css">
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
winterfell.css © EGOIST, Released under the MIT License. Authored and maintained by EGOIST with help from contributors (list).
github.com/egoist · GitHub @EGOIST · Twitter @_egoistlily