mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Add CSS class name prefix
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
.#{$class-prefix}checkbox {
|
||||
@extend %checkbox-radio;
|
||||
}
|
||||
|
||||
.radio {
|
||||
.#{$class-prefix}radio {
|
||||
@extend %checkbox-radio;
|
||||
|
||||
& + .radio {
|
||||
& + .#{$class-prefix}radio {
|
||||
@include ltr-property("margin", 0.5em, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user