UNPKG

@leanup/cli

Version:

This CLI brings along all required tools to serve, test and build multi framework SPAs

11 lines (8 loc) 211 B
const config = require('@leanup/stack/postcss.config'); config.plugins.unshift(require('@tailwindcss/jit')); config.plugins.push( require('cssnano')({ preset: 'default', }) ); module.exports = config;