replaced node-sass by sass, fixed vuesweetalert display #1857

This commit is contained in:
2022-04-07 12:27:51 +02:00
parent 8e25388ba9
commit 505919b50b
6 changed files with 47 additions and 627 deletions
+5 -4
View File
@@ -39,12 +39,13 @@
}
}
%col-reset {
box-sizing: border-box;
}
// %col-reset {
// box-sizing: border-box;
// }
@mixin col($col, $offset: 0, $sum: $default_sum, $gap: $default_gap, $align: top) {
@extend %col-reset;
// @extend %col-reset;
box-sizing: border-box;
padding-left: $gap*$offset;
@if $col == $default_sum {
// if last col, then no gap