replaced node-sass by sass, fixed vuesweetalert display #1857
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user