Skip to content

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

License

Notifications You must be signed in to change notification settings

SaraVieira/preact-cli-postcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published