README
@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.