fix(editor): Temporarily disable tailwind (no-changelog) (#9394)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-05-14 17:20:31 +02:00 committed by GitHub
parent 6059722fbf
commit 1777f8cdb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import { setup } from '@storybook/vue3';
import { withThemeByDataAttribute } from '@storybook/addon-themes';
import './storybook.scss';
import '../src/css/tailwind/index.css';
// import '../src/css/tailwind/index.css';
import { library } from '@fortawesome/fontawesome-svg-core';
import { fas } from '@fortawesome/free-solid-svg-icons';

View file

@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
// tailwindcss: {},
autoprefixer: {},
},
};

View file

@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
// tailwindcss: {},
autoprefixer: {},
},
};

View file

@ -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';