diff --git a/.gitignore b/.gitignore
index d6f14aca..e4b30d7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,17 @@
# Files
+
.DS_Store
.ruby-version
+npm-debug.log
test.html
test.sass
-npm-debug.log
# Folders
+
.idea/
.sass-cache
_gh_pages
_site
+dev
node_modules
test/output/
diff --git a/BACKERS.md b/BACKERS.md
index daf02789..77226738 100644
--- a/BACKERS.md
+++ b/BACKERS.md
@@ -1,250 +1,399 @@
# Backers via Patreon
-
- Documentation sponsors via Patreon ($500+)
-
-
-
+
+
+
+ Documentation sponsors via Patreon ($500+)
+
+
+
+
+
+
+ | Name |
+ Twitter |
+ Website |
+
+
+
+
+
- | Name |
- Twitter |
- Website |
-
-
-
+ Tipe |
+
+
+
+
+ @tipeio
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+ Homepage sponsors via Patreon ($100+)
+
+
+
+
+
+
+ | Name |
+ Twitter |
+ Website |
+
+
+
+
+
- | Tipe |
-
-
- @tipeio
-
- |
-
- |
-
-
-
-
- Homepage sponsors via Patreon ($100+)
-
-
-
+ | usave |
+
+
+
+ |
+
+
+
+ |
+
+
+
- | Name |
- Twitter |
- Website |
-
-
-
+ Tooltwist |
+
+
+
+ |
+
+
+
+ |
+
+
+
- | Tooltwist |
-
- |
-
- |
-
+ Robert Bolder |
+
+
+
+ |
+
+
+
+ |
+
+
+
- | Robert Bolder |
-
- |
-
- |
-
+ Phil Alves |
+
+
+
+
+ @philalves01
+
+
+ |
+
+
+
+ |
+
+
+
- | Phil Alves |
-
-
- @philalves01
-
- |
-
- |
-
+ HebergeurWeb.ca |
+
+
+
+ |
+
+
+
+ |
+
+
+
- | HebergeurWeb.ca |
-
- |
-
- |
-
+ DontPayFull |
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+ Generous backers via Patreon ($30+)
+
+
+
+
+
+
+ | Name |
+ Twitter |
+ Website |
+
+
+
+
+
- | DontPayFull |
-
- |
-
- |
-
-
-
-
- Generous backers via Patreon ($30+)
-
-
+
+
+ Backers via Patreon ($10+)
+
+
+
-
- Backers via Patreon ($10+)
-
-
-
+ | Tyler Weeres |
+
+
+
+
+ @tweeres04
+
+
+ |
+
+
+
+ |
+
+
+
- | Name |
- Twitter |
- Website |
-
-
-
+ Takayuki Yamaguchi |
+
+
+
+
+ @takyam
+
+
+ |
+
+
+
+ |
+
+
+
- | Wikiki |
-
- |
-
- |
-
+ Stuart Stanfield |
+
+
+
+ |
+
+
+
+ |
+
+
+
- | Tyler Weeres |
-
-
- @tweeres04
-
- |
-
- |
-
+ Leo Zeba |
+
+
+
+
+ @leozeba
+
+
+ |
+
+
+
+ |
+
+
+
- | Takayuki Yamaguchi |
-
-
- @takyam
-
- |
-
- |
-
+ Jordan Nemrow |
+
+
+
+ |
+
+
+
+ |
+
+
+
- | Stuart Stanfield |
-
- |
-
- |
-
+ Jason Seminara |
+
+
+
+ |
+
+
+
+ |
+
+
+
- | Peter Ryszkiewicz |
-
- |
-
- |
-
+ Franz Geffke |
+
+
+
+
+ @f_anzs
+
+
+ |
+
+
+
+ |
+
+
+
- | Patrick Cool |
-
- |
-
- |
-
+ Dmitry Malyshev |
+
+
+
+ |
+
+
+
+ |
+
+
+
- | Leo Zeba |
-
-
- @leozeba
-
- |
-
- |
-
-
- | Jordan Nemrow |
-
- |
-
- |
-
-
- | Jason Seminara |
-
- |
-
- |
-
-
- | Franz Geffke |
-
-
- @f_anzs
-
- |
-
- |
-
-
- | Dmitry Malyshev |
-
- |
-
- |
-
-
- | Charles Treece |
-
-
- @charlestreece
-
- |
-
- |
-
-
-
-
+ Charles Treece |
+
+
+
+
+ @charlestreece
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78607e29..d29f1ffd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## Upcoming release
+### Deprecation warning
+
+The `form.sass` file is **deprecated**. It has moved into its own `/form` folder. If you were importing `form.sass`, please import `sass/form/_all.sass` now.
+If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as bbefore.
+
### New features
#### Support for overriding the `font-family`
diff --git a/docs/.gitignore b/docs/.gitignore
index 01cd6947..b9b49bdb 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -20,6 +20,7 @@ test.scss
.sass-cache
/bulma
+/dev
/icons
/styles/node_modules
/versions