mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
9 lines
174 B
SCSS
9 lines
174 B
SCSS
@use "./fonts.scss";
|
|
|
|
@use "~/theme/src/base.scss" with (
|
|
$font-path: '~element-ui/lib/theme-chalk/fonts',
|
|
);
|
|
|
|
@use "~/theme/src/reset.scss";
|
|
@use "~/theme/src/index.scss";
|