New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

preact-cli-postcss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preact-cli-postcss

Removes default postcss config and instead will use postcss.config.js

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
56
36.59%
Maintainers
1
Weekly downloads
 
Created
Source

preact-cli-postcss

Removes default postcss config and instead will use postcss.config.js

Getting Started

Install it via npm:

npm install preact-cli-postcss

yarn:

yarn add preact-cli-postcss --dev

And include in your project by creating a preact.config.js

const preactCliPostCSS = require('preact-cli-postcss');

export default function (config, env, helpers) {
	preactCliPostCSS(config, helpers);
}

License

MIT

Keywords

postcss

FAQs

Package last updated on 04 Nov 2017

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