mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
use build directories directly
This commit is contained in:
parent
b981838d1e
commit
9ff5dfb907
|
@ -1,8 +1,7 @@
|
|||
@import "./n8n-theme-variables";
|
||||
|
||||
// $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
||||
|
||||
@import "~n8n-design-system/theme/dist/index.css";
|
||||
@import "~n8n-design-system/dist/n8n-design-system.css";
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
|
|
|
@ -55,7 +55,7 @@ import locale from 'element-ui/lib/locale';
|
|||
import {
|
||||
N8nIconButton,
|
||||
N8nButton,
|
||||
} from 'n8n-design-system';
|
||||
} from 'n8n-design-system/dist/n8n-design-system.umd.min';
|
||||
import { ElMessageBoxOptions } from "element-ui/types/message-box";
|
||||
|
||||
Vue.use(Fragment.Plugin);
|
||||
|
|
Loading…
Reference in a new issue