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

@dvhb/craco-pcss

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dvhb/craco-pcss

A pcss plugin for craco / react-scripts / create-react-app

1.0.1
latest
Source
npm
Version published
Maintainers
4
Created
Source

Craco pcss plugin

This plugin add support PostCss *.pcss file extensions for create-react-app.

Supported Versions

craco-pcss is tested with:

  • react-scripts: ^2.1.5
  • @craco/craco: ^3.5.0

Installation

First, follow the craco Installation Instructions to install the craco package, create a craco.config.js file, and modify the scripts in your package.json.

Then install craco-pcss:

$ npm i @dvhb/craco-pcss

# OR

$ yarn add @dvhb/craco-pcss

Usage

Here is a complete craco.config.js configuration file that add supports of *.pcss files to create-react-app:

const cracoPcss = require('@dvhb/craco-pcss');

module.exports = {
  plugins: [{ plugin: cracoPcss }]
};

FAQs

Package last updated on 21 Mar 2019

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