mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Restructure elements and components
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -5,6 +5,18 @@
|
||||
### BREAKING
|
||||
|
||||
* `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path
|
||||
* `variables.sass` moved to `/utilities`
|
||||
* almost everything is singular now
|
||||
* **elements** only have one class
|
||||
* **components** have at least one sub-class
|
||||
* `.content` moved to elements
|
||||
* `.table` moved to elements
|
||||
* `.message` moved to components
|
||||
* `.table-icon`, `.table-link`, `.table-narrow` are now called `.is-icon`, `.is-link`, `.is-narrow`
|
||||
|
||||
### Added
|
||||
|
||||
* all variables are now `!default` so you can set your custom variables before importing Bulma
|
||||
|
||||
## 0.0.22
|
||||
|
||||
|
||||
Reference in New Issue
Block a user