refactor: change theme handling to support element-ui scss variables

This commit is contained in:
pa
2025-07-27 21:39:10 +09:00
committed by Natsumi
parent 96dfe2fcef
commit def96c1a4d
6 changed files with 91 additions and 98 deletions

View File

@@ -8,12 +8,14 @@
// For a copy, see <https://opensource.org/licenses/MIT>.
//
@use "./assets/scss/flags.scss";
@use "./assets/scss/animated-emoji.scss";
$--font-path: '~element-ui/lib/theme-chalk/fonts';
@use './assets/scss/flags.scss';
@use './assets/scss/animated-emoji.scss';
@import '~animate.css/animate.min.css';
@import '~noty/lib/noty.css';
@import '~element-ui/lib/theme-chalk/index.css';
@import '~element-ui/packages/theme-chalk/src/index';
.color-palettes {
background: #409eff;