Use single file for extends (#3216)

* Use single file for extends

* Update changelog
This commit is contained in:
Jeremy Thomas
2020-12-20 12:10:04 +00:00
committed by GitHub
parent ab65e4b437
commit 2cbef5868e
20 changed files with 275 additions and 7297 deletions

View File

@@ -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"