1.0.0 • Published 3 years ago

@ceproject/tailwind v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@ceproject/tailwind

Installation

yarn add @ceproject/tailwind

/* tailwind.config.js */
const ceproject = require('@ceproject/tailwind');

module.exports = {
  theme: {},
  variants: {},
  plugins: [ceproject],
}

Commands

yarn lint

Runs the linter to make sure all is well with the world. Please make sure to do this prior to submitting any PRs. Code which fails linting will be rejected.

yarn release

Lints and the publishes the to npmjs.org.