New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cthreem-core-tailwindcss

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cthreem-core-tailwindcss

CThreem Core plugin for the Tailwind CSS framework.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

NPM

CThreem Core plugin for Tailwind CSS

This is a plugin for CThreem Core to enable use of the Tailwind CSS framework.

Installation

Install CThreem Core if it is not already installed.

npm install cthreem-core-tailwindcss --save
# -- or --
yarn add cthreem-core-tailwindcss

Edit your gulp-config.js file, and merge the example gulp-config.js with yours so that is looks similar to the following:

module.exports = {
  tasks: {
    ...
    tailwind: {
      ...
    },
    js: {}
    ...
  },
  browserSync: {}
};

Create config files (if they don't already exist):

cp node_modules/cthreem-core-tailwindcss/examples/.browserslistrc .browserslistrc
cp node_modules/cthreem-core-tailwindcss/examples/.stylelintrc .stylelintrc

Make sure your .stylelintrc file contains the following:

"rules" {
  ...
  "at-rule-no-unknown": [ true, {
    "ignoreAtRules": [
      ...
      "tailwind",
      "responsive",
      "variants",
      "screen",
      ...
    ]
  }],
  ...
}

FAQs

Package last updated on 13 Jul 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc