Move form.sass into its own folder

This commit is contained in:
Jeremy Thomas
2019-05-18 15:52:00 +01:00
parent fe89d488b5
commit 32da7c1af8
11 changed files with 1717 additions and 1838 deletions

8
sass/form/_all.sass Normal file
View File

@@ -0,0 +1,8 @@
@charset "utf-8"
@import "shared.sass"
@import "input-textarea.sass"
@import "checkbox-radio.sass"
@import "select.sass"
@import "file.sass"
@import "tools.sass"