mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
Merge branch 'master' of github.com:twbs/bootstrap
This commit is contained in:
commit
4b2fe3f96f
@ -173,6 +173,7 @@ license your work under the terms of the [MIT License](LICENSE.md).
|
|||||||
- Attribute selectors should only be used where absolutely necessary (e.g., form controls) and should be avoided on custom components for performance and explicitness.
|
- Attribute selectors should only be used where absolutely necessary (e.g., form controls) and should be avoided on custom components for performance and explicitness.
|
||||||
- Series of classes for a component should include a base class (e.g., `.component`) and use the base class as a prefix for modifier and sub-components (e.g., `.component-lg`).
|
- Series of classes for a component should include a base class (e.g., `.component`) and use the base class as a prefix for modifier and sub-components (e.g., `.component-lg`).
|
||||||
- Avoid inheritance and over nesting—use single, explicit classes whenever possible.
|
- Avoid inheritance and over nesting—use single, explicit classes whenever possible.
|
||||||
|
- When feasible, default color palettes should comply with [WCAG color contrast guidelines](http://www.w3.org/TR/WCAG20/#visual-audio-contrast).
|
||||||
|
|
||||||
### JS
|
### JS
|
||||||
|
|
||||||
|
@ -4,7 +4,10 @@
|
|||||||
|
|
||||||
|
|
||||||
// Reset the box-sizing
|
// Reset the box-sizing
|
||||||
|
//
|
||||||
|
// Heads up! This reset may cause conflicts with some third-party widgets.
|
||||||
|
// For recommendations on resolving such conflicts, see
|
||||||
|
// http://getbootstrap.com/getting-started/#third-box-sizing
|
||||||
* {
|
* {
|
||||||
.box-sizing(border-box);
|
.box-sizing(border-box);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user