fix(editor): Temporarily disable tailwind (no-changelog) (#9394)
This commit is contained in:
committed by
GitHub
parent
6059722fbf
commit
1777f8cdb1
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
// tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -3,7 +3,7 @@ import { createApp } from 'vue';
|
||||
import 'vue-json-pretty/lib/styles.css';
|
||||
import '@jsplumb/browser-ui/css/jsplumbtoolkit.css';
|
||||
import 'n8n-design-system/css/index.scss';
|
||||
import 'n8n-design-system/css/tailwind/index.css';
|
||||
// import 'n8n-design-system/css/tailwind/index.css';
|
||||
|
||||
import './n8n-theme.scss';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user