Socket
Book a DemoInstallSign in
Socket

@corellium/tailwind-config

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corellium/tailwind-config

Our very own Tailwind configuration!

latest
Source
npmnpm
Version
1.0.27
Version published
Maintainers
3
Created
Source

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
};

Keywords

tailwind

FAQs

Package last updated on 31 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts