You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chinese-programmer-wrong-pr.../postcss.config.js

10 lines
238 B

module.exports = {
plugins: [
// @see https://tailwindcss.com/docs/using-with-preprocessors#nesting
require('postcss-nesting'),
require('tailwindcss/nesting'),
require('tailwindcss'),
require('autoprefixer'),
],
}