@pie-dao/tailwind

1.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @pie-dao/tailwind

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

77 kB

Total Files

27

Last publish

Collaborators

  • alexintosh
  • mickdegraaf