Skip to content
tailwind-config / 1.0.25

tailwind-config 1.0.25

Install from the command line:
Learn more about npm packages
$ npm install @corellium/tailwind-config@1.0.25
Install via package.json:
"@corellium/tailwind-config": "1.0.25"

About this version

Release

Tailwind Config Corellium

Installation

Run the command below to install our Tailwind Config:

yarn add -D @corellium/tailwind-config

Make sure that in target project you have latest version of tailwind installed.

yarn add -D tailwindcss

Usage

In your project root create tailwind.config.js file and add theme to the config.

const {
  config: { theme, plugins },
} = require('@corellium/tailwind-config');

module.exports = {
  // By this `theme` filed assingment you will have corellium theme enabled by default
  // https://tailwindcss.com/docs/theme#overriding-the-default-theme
  theme,
  content: [
    // https://tailwindcss.com/docs/content-configuration
  ],
  // https://tailwindcss.com/docs/configuration#plugins
  plugins,
  // Rest of your configuration:
  // https://tailwindcss.com/docs/configuration
};

Details


Assets

  • tailwind-config-1.0.25-npm.tgz

Download activity

  • Total downloads 798
  • Last 30 days 0
  • Last week 0
  • Today 0