0.0.1 • Published 4 years ago

@overall-finance/tailwind v0.0.1

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

@overall-finance/tailwind

This package provides the tailwindcss plugin used by the overall-finance.

Installation

yarn add @overall-finance/tailwind

/* tailwind.config.js */
const piedao = require('@overall-finance/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.