mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Optimise breakpoint order
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,26 +5,26 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
|||||||
@each $display in $displays
|
@each $display in $displays
|
||||||
.is-#{$display}
|
.is-#{$display}
|
||||||
display: #{$display}
|
display: #{$display}
|
||||||
.is-#{$display}-mobile
|
+mobile
|
||||||
+mobile
|
.is-#{$display}-mobile
|
||||||
display: #{$display} !important
|
display: #{$display} !important
|
||||||
.is-#{$display}-tablet
|
+tablet
|
||||||
+tablet
|
.is-#{$display}-tablet
|
||||||
display: #{$display} !important
|
display: #{$display} !important
|
||||||
.is-#{$display}-tablet-only
|
+tablet-only
|
||||||
+tablet-only
|
.is-#{$display}-tablet-only
|
||||||
display: #{$display} !important
|
display: #{$display} !important
|
||||||
.is-#{$display}-touch
|
+touch
|
||||||
+touch
|
.is-#{$display}-touch
|
||||||
display: #{$display} !important
|
display: #{$display} !important
|
||||||
.is-#{$display}-desktop
|
+desktop
|
||||||
+desktop
|
.is-#{$display}-desktop
|
||||||
display: #{$display} !important
|
display: #{$display} !important
|
||||||
.is-#{$display}-desktop-only
|
+desktop-only
|
||||||
+desktop-only
|
.is-#{$display}-desktop-only
|
||||||
display: #{$display} !important
|
display: #{$display} !important
|
||||||
.is-#{$display}-widescreen
|
+widescreen
|
||||||
+widescreen
|
.is-#{$display}-widescreen
|
||||||
display: #{$display} !important
|
display: #{$display} !important
|
||||||
|
|
||||||
// Float
|
// Float
|
||||||
|
|||||||
Reference in New Issue
Block a user