0.1.2 • Published 4 years ago

headwaycss v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Note: the current release is fully functional, although no documentation has been written yet. Also coherence between the different default component styles has yet to be achieved.

Headway CSS is an extension for the utility-first CSS framework Tailwind CSS, utilizing Tailwind's own plugin system. It delivers Bootstrap-like classes in a fully integrated, yet completely customizable manner. Maintaining Tailwind's utility-first approach. While providing the convenience of prebuilt components.

This means Headway CSS delivers:

  • Bootstrap-like classes;
  • Customizable in tailwind.config.js; and,
  • Overwritable with Tailwind classes.

Allowing you to make headway fast. :sunglasses:

Installation

  1. Install the plugin:

    # Using npm
    npm install headwaycss --save-dev
    
    # Using Yarn
    yarn add headwaycss -D
  2. Add it to your tailwind.config.js file:

    // tailwind.config.js
    module.exports = {
      // ...
      plugins: [
        require('headwaycss')
      ]
    }
  3. Don't forget to build. 🙃