mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Fix imports
This commit is contained in:
6
sass/utilities/_all.sass
Normal file
6
sass/utilities/_all.sass
Normal file
@@ -0,0 +1,6 @@
|
||||
@charset "utf-8"
|
||||
|
||||
@import "functions.sass"
|
||||
@import "variables.sass"
|
||||
@import "mixins.sass"
|
||||
@import "controls.sass"
|
||||
@@ -1,5 +0,0 @@
|
||||
@keyframes spin-around
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
transform: rotate(359deg)
|
||||
@@ -1,6 +1,3 @@
|
||||
@import "./mixins.sass"
|
||||
@import "./variables.sass"
|
||||
|
||||
$control: $text-strong !default
|
||||
$control-background: $text-invert !default
|
||||
$control-border: $border !default
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
@import "./animations.sass"
|
||||
@import "./variables.sass"
|
||||
|
||||
=arrow($color)
|
||||
border: 1px solid $color
|
||||
border-right: 0
|
||||
@@ -122,8 +119,14 @@
|
||||
transform: rotate(-45deg)
|
||||
transform-origin: left bottom
|
||||
|
||||
@keyframes spinAround
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
transform: rotate(359deg)
|
||||
|
||||
=loader
|
||||
animation: spin-around 500ms infinite linear
|
||||
animation: spinAround 500ms infinite linear
|
||||
border: 2px solid $border
|
||||
border-radius: 290486px
|
||||
border-right-color: transparent
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@import "./functions.sass"
|
||||
|
||||
////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////
|
||||
// 1. Initial variables
|
||||
|
||||
Reference in New Issue
Block a user