]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add list style modifiers emulating type attribute values different then decimal to...
authorslawekrewaj <slawek@rewsoft.pl>
Mon, 24 Sep 2018 11:10:35 +0000 (13:10 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Oct 2018 16:41:39 +0000 (18:41 +0200)
sass/elements/content.sass

index e11c4c061bac30d58088d0fc498baf0cd7d3bd21..a7147576cae11a6a71c8c38f7e944a69130da4b7 100644 (file)
@@ -73,6 +73,15 @@ $content-table-foot-cell-color: $text-strong !default
     list-style: decimal outside
     margin-left: 2em
     margin-top: 1em
+    // list style modifiers emulating ol[type] attribute values different then decimal
+    &.is-lower-roman
+      list-style-type: lower-roman
+    &.is-upper-roman
+      list-style-type: upper-roman
+    &.is-lower-alpha
+      list-style-type: lower-alpha
+    &.is-upper-alpha
+      list-style-type: upper-alpha
   ul
     list-style: disc outside
     margin-left: 2em