feat: update npm packages use terser to minify (#3614)

This commit is contained in:
dni ⚡
2025-12-04 08:20:01 +01:00
committed by GitHub
parent af9331eede
commit 5213508dc1
21 changed files with 6975 additions and 6185 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
@use 'sass:color';
@use 'themes';
@each $theme, $colors in $themes {
@each $theme, $colors in themes.$themes {
body[data-theme='#{$theme}'] {
@each $name, $color in $colors {
@if $name== 'dark' {
+4 -4
View File
@@ -1,7 +1,7 @@
@import 'themes';
@import 'borders';
@import 'background';
@import 'home';
@use 'themes';
@use 'borders';
@use 'background';
@use 'home';
[v-cloak] {
display: none;
+3 -1
View File
@@ -1,4 +1,6 @@
@each $theme, $colors in $themes {
@use 'themes';
@each $theme, $colors in themes.$themes {
@each $name, $color in $colors {
@if $name== 'primary' {
body[data-theme='#{$theme}'].neon-border {