0.0.0 • Published 5 years ago

winterfell.css v0.0.0

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

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. 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