mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-13 11:40:25 +02:00
fix: updated sass to use @use instead of @import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
@import "mixins/breakpoints";
|
||||
@import "mixins/line-height";
|
||||
@import "mixins/padding";
|
||||
@import "mixins/margin";
|
||||
@forward "mixins/breakpoints";
|
||||
@forward "mixins/line-height";
|
||||
@forward "mixins/padding";
|
||||
@forward "mixins/margin";
|
||||
|
Reference in New Issue
Block a user