app/assets/stylesheets/sass/form/input-textarea.scss in bulma-rails-1.0.1 vs app/assets/stylesheets/sass/form/input-textarea.scss in bulma-rails-1.0.2
- old
+ new
@@ -10,19 +10,9 @@
$textarea-colors: shared.$form-colors !default;
%input-textarea {
@extend %input;
- @include cv.register-vars(
- (
- "input-h": #{cv.getVar("scheme-h")},
- "input-s": #{cv.getVar("scheme-s")},
- "input-border-style": solid,
- "input-border-width": 1px,
- "input-border-l": #{cv.getVar("border-l")},
- )
- );
-
box-shadow: shared.$input-shadow;
max-width: 100%;
width: 100%;
&[readonly] {