Version 4 with Laravel Mix
This commit is contained in:
parent
0cafd60448
commit
f0198f659b
32 changed files with 13032 additions and 352 deletions
|
@ -33,4 +33,4 @@ $breakpoints: (
|
|||
'md' '(min-width: ' + ($breakpoint-sm + 1) + ') and (max-width: ' + $breakpoint-md + ')',
|
||||
'sm' '(min-width: ' + ($breakpoint-xs + 1) + ') and (max-width:' + $breakpoint-sm + ')',
|
||||
'xs' '(max-width: ' + $breakpoint-xs + ')'
|
||||
) !default;
|
||||
) !default;
|
Loading…
Add table
Add a link
Reference in a new issue