@ceproject/tailwind

CEProject tailwindcss plugin for providing all default styles and classes.

Usage no npm install needed!

<script type="module">
  import ceprojectTailwind from 'https://cdn.skypack.dev/@ceproject/tailwind';
</script>

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.