mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Use imports everywhere
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
|
||||
@import "minireset.sass"
|
||||
@import "generic.sass"
|
||||
@import "animations.sass"
|
||||
|
||||
5
sass/base/animations.sass
Normal file
5
sass/base/animations.sass
Normal file
@@ -0,0 +1,5 @@
|
||||
@keyframes spinAround
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
transform: rotate(359deg)
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "../utilities/mixins"
|
||||
|
||||
$body-background-color: $scheme-main !default
|
||||
$body-size: 16px !default
|
||||
$body-min-width: 300px !default
|
||||
|
||||
Reference in New Issue
Block a user