1.1.2 • Published 4 years ago

@pie-dao/tailwind v1.1.2

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

@pie-dao/tailwind

This package provides the tailwindcss plugin used by the PieDAO frontend-template repo. Including it in your tailwindcss configuration will give you all of the base styles and classes discussed in the styling section of https://docs.piedao.org.

Installation

yarn add @pie-dao/tailwind

/* tailwind.config.js */
const piedao = require('@pie-dao/tailwind');

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

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.