UNPKG

@rolemodel/optics

Version:

Optics is a css package that provides base styles and components that can be integrated and customized in a variety of projects.

15 lines (14 loc) 301 B
module.exports = (context) => ({ plugins: { 'postcss-import': {}, cssnano: context.env === 'minify' ? { preset: [ 'default', { colormin: false }, // Disable the postcss-colormin plugin ], } : false, }, })