mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Use single file for extends (#3216)
* Use single file for extends * Update changelog
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* Bulma Form */
|
||||
@charset "utf-8"
|
||||
|
||||
@import "shared.sass"
|
||||
@import "input-textarea.sass"
|
||||
@import "checkbox-radio.sass"
|
||||
@import "select.sass"
|
||||
@import "file.sass"
|
||||
@import "tools.sass"
|
||||
@import "shared"
|
||||
@import "input-textarea"
|
||||
@import "checkbox-radio"
|
||||
@import "select"
|
||||
@import "file"
|
||||
@import "tools"
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@import "shared"
|
||||
|
||||
%checkbox-radio
|
||||
cursor: pointer
|
||||
display: inline-block
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@import "shared"
|
||||
|
||||
$file-border-color: $border !default
|
||||
$file-radius: $radius !default
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@import "shared"
|
||||
|
||||
$textarea-padding: $control-padding-horizontal !default
|
||||
$textarea-max-height: 40em !default
|
||||
$textarea-min-height: 8em !default
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@import "shared"
|
||||
|
||||
$select-colors: $form-colors !default
|
||||
|
||||
.select
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@import "shared"
|
||||
|
||||
$label-color: $text-strong !default
|
||||
$label-weight: $weight-bold !default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user