Skip to content

Commit c61d89f

Browse files
committed
add list style none utility
1 parent 9278833 commit c61d89f

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

css/sass/utilities.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
.rounded { border-radius: $borderRadius; }
3838
.circle { border-radius: 50%; }
3939

40+
.list-none { list-style:none; padding-left:initial; }
41+
4042
.animate {transition: all .25s ease-in-out;}
4143
.animate-all, .animate-all * {transition: all .25s ease-in-out;}
4244

0 commit comments

Comments
 (0)