Skip to content

vituum/vite-plugin-postcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm package node compatility

⚡️🎨 VitePostCSS

Adds out of the box support for following PostCSS plugins:

Basic usage

import postcss from '@vituum/vite-plugin-postcss'

export default {
  plugins: [
    postcss()
  ]
}
  • If you want to add more PostCSS plugins, add them via css.postcss.plugins.
  • If you want to use postcss.config.cjs add css.postcss: process.cwd(), PostCSS config and it's plugins will be used instead.

Read the docs to learn more about plugin options

Requirements

About

⚡️🎨 Vite plugin for PostCSS, adds basic plugins out of the box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published