1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02:00

Updated Upcoming 3.0 changes (markdown)

mdo
2012-12-19 18:28:51 -08:00
parent 11bd0c58d9
commit 37af8d5cb9

@@ -16,6 +16,7 @@ While our last major version bump (2.0) was a complete rewrite of the docs, CSS,
- **Removed all color variables** (e.g., `@blue`, `@orange`, etc). New, more meaningful variables are on their way (such as `@state-warning-text`). - **Removed all color variables** (e.g., `@blue`, `@orange`, etc). New, more meaningful variables are on their way (such as `@state-warning-text`).
- **Removed `.border-radius()` and `.border-*-*-radius` mixins.** As only Android 2.1, iOS 3.2, and older desktop browsers [require a prefixed version](http://caniuse.com/#feat=border-radius), we've removed the base mixin. Since we no longer require prefixes for independent corners, we've dropped those mixins as well. Mixins for a single side, however, are still in use. - **Removed `.border-radius()` and `.border-*-*-radius` mixins.** As only Android 2.1, iOS 3.2, and older desktop browsers [require a prefixed version](http://caniuse.com/#feat=border-radius), we've removed the base mixin. Since we no longer require prefixes for independent corners, we've dropped those mixins as well. Mixins for a single side, however, are still in use.
- **Removed layouts.less.** Since it only held styles `.container` and `.container-fluid`, and the fluid container has been removed (see next section), we move the default `.container` styles to `grid.less`. - **Removed layouts.less.** Since it only held styles `.container` and `.container-fluid`, and the fluid container has been removed (see next section), we move the default `.container` styles to `grid.less`.
- **Changed name of clearfix mixin.** Mixin itself is now `.clear_float()` and class is `.clearfix`. Currently Less doesn't support using a class with the same name as the mixin, thus the change to support the "no classes in mixins.less" attitude.
- ❑ Standardize use of `.*-important` and `.*-danger` classes. Includes buttons, labels, badges, text, alerts. and progress bars. - ❑ Standardize use of `.*-important` and `.*-danger` classes. Includes buttons, labels, badges, text, alerts. and progress bars.
- ❑ Update clearfix docs to reflect CSS changes. - ❑ Update clearfix docs to reflect CSS changes.