]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
font-style: italic !important (#1452)
authorOleksii Potiekhin <oleksiipotiekhin@gmail.com>
Thu, 30 Nov 2017 10:56:28 +0000 (11:56 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 30 Nov 2017 10:56:28 +0000 (10:56 +0000)
* is-rounded

* Rollback

* font-style: italic;

* Update CHANGELOG.md

CHANGELOG.md
docs/documentation/modifiers/typography-helpers.html
sass/base/helpers.sass

index dec861672d4c79816707fb94a4406a23d0239868..38e52b1acb563b7a75867ef92e42f797f9c70d22 100644 (file)
@@ -1,5 +1,11 @@
 # Bulma Changelog
 
+## 0.6.3
+
+### Improvements
+
+* New `.is-italic` helper
+
 ## 0.6.2
 
 ### Improvements
index 7b296e71d70ca93698020038d3c87cd5221df4d9..ef7dc867d8eb7285816875a7412c9b2e440579ed 100644 (file)
@@ -333,7 +333,7 @@ doc-subtab: typography-helpers
 
     <div class="content">
       <p>
-        You can transform the text with the use of one of <strong>3 text transformation helpers</strong>:
+        You can transform the text with the use of one of <strong>4 text transformation helpers</strong>:
       </p>
     </div>
 
@@ -361,6 +361,10 @@ doc-subtab: typography-helpers
         <td><code>is-uppercase</code></td>
         <td>Transforms <strong>all characters</strong> to <strong>uppercase</strong></td>
       </tr>
+      <tr>
+        <td><code>is-italic</code></td>
+        <td>Transforms <strong>all characters</strong> to <strong>italic</strong></td>
+      </tr>
       </tbody>
     </table>
 
index ea5868420934f23b899d7ca13dbd42ca712b7755..936905c78d44204cb3b1636f986807995eb32c10 100644 (file)
@@ -89,6 +89,9 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
 .is-uppercase
   text-transform: uppercase !important
 
+.is-italic
+  font-style: italic !important
+
 @each $name, $pair in $colors
   $color: nth($pair, 1)
   .has-text-#{$name}