Jeremy Thomas 7 years ago
parent
commit
6ec42afb20
4 changed files with 248 additions and 95 deletions
  1. 1 0
      CHANGELOG.md
  2. 245 95
      docs/css/bulma-docs.css
  3. 0 0
      docs/css/bulma-docs.min.css
  4. 2 0
      sass/base/helpers.sass

+ 1 - 0
CHANGELOG.md

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

File diff suppressed because it is too large
+ 245 - 95
docs/css/bulma-docs.css


File diff suppressed because it is too large
+ 0 - 0
docs/css/bulma-docs.min.css


+ 2 - 0
sass/base/helpers.sass

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

Some files were not shown because too many files changed in this diff