mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Add CSS class name prefix
This commit is contained in:
@@ -56,7 +56,7 @@ $textarea-colors: $form-colors !default;
|
||||
}
|
||||
}
|
||||
|
||||
.input {
|
||||
.#{$class-prefix}input {
|
||||
@extend %input-textarea;
|
||||
|
||||
&.is-rounded {
|
||||
@@ -74,7 +74,7 @@ $textarea-colors: $form-colors !default;
|
||||
}
|
||||
}
|
||||
|
||||
.textarea {
|
||||
.#{$class-prefix}textarea {
|
||||
@extend %input-textarea;
|
||||
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user