[portal] fix Tailwind style ordering issue

This commit is contained in:
Yangshun Tay
2022-10-06 07:42:45 +08:00
parent 3a4183cd48
commit 1f640fda5e
4 changed files with 11 additions and 10 deletions

View File

@ -1,13 +1,6 @@
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
const config = require('@tih/tailwind-config/tailwind.config.js');
module.exports = {
plugins: {
// Specifying the config is not necessary in most cases, but it is included
// here to share the same config across the entire monorepo
tailwindcss: { config },
tailwindcss: {},
autoprefixer: {},
},
};