mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Convert sass files to scss files
This commit is contained in:
18
sass/helpers/other.scss
Normal file
18
sass/helpers/other.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@import "../utilities/mixins";
|
||||
|
||||
.is-radiusless {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.is-shadowless {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.is-clickable {
|
||||
cursor: pointer !important;
|
||||
pointer-events: all !important;
|
||||
}
|
||||
|
||||
.is-unselectable {
|
||||
@extend %unselectable;
|
||||
}
|
||||
Reference in New Issue
Block a user