0.0.0 • Published 6 years ago
winterfell.css v0.0.0
winterfell.css
This is a Work in Progress.
A CSS framework built with Tailwind CSS.
Install
yarn add winterfell.cssUsage
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
0.0.0
6 years ago