This commit is contained in:
Jeremy Thomas 2018-04-08 19:22:26 +01:00
parent 01addd1c10
commit 6ec42afb20
4 changed files with 2035 additions and 656 deletions

View File

@ -16,6 +16,7 @@
### Bug fixes
* #1778 Fix `is-text-right` precedence over `is-text-left-mobile`
* #1571 Fix position of delete button on `.tag`
* #1549 Implementing a simple version of the native sass percentage function
* #1707 Disable table hover in `.content` by default

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -52,6 +52,8 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
@each $alignment, $text-align in $alignments
.has-text-#{$alignment}
text-align: #{$text-align} !important
@each $alignment, $text-align in $alignments
+mobile
.has-text-#{$alignment}-mobile
text-align: #{$text-align} !important