Add new spacing helpers

This commit is contained in:
Jeremy Thomas
2020-05-10 14:47:06 +01:00
parent 0dc44161bc
commit a2a9564ca9
15 changed files with 433 additions and 147 deletions

8
sass/helpers/other.sass Normal file
View File

@@ -0,0 +1,8 @@
.is-radiusless
border-radius: 0 !important
.is-shadowless
box-shadow: none !important
.is-unselectable
@extend %unselectable