mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix mixins/extends confusion
This commit is contained in:
@@ -251,16 +251,11 @@
|
||||
+loader
|
||||
|
||||
=overlay($offset: 0)
|
||||
bottom: 0
|
||||
left: 0
|
||||
bottom: $offset
|
||||
left: $offset
|
||||
position: absolute
|
||||
right: 0
|
||||
top: 0
|
||||
@if $offset != 0
|
||||
bottom: $offset
|
||||
left: $offset
|
||||
right: $offset
|
||||
top: $offset
|
||||
right: $offset
|
||||
top: $offset
|
||||
|
||||
%overlay
|
||||
+overlay
|
||||
|
||||
Reference in New Issue
Block a user