- 08 Sep, 2016 1 commit
-
-
Mark Otto authored
Cards must be inline-block in columns, otherwise they can get split across columns
-
- 05 Sep, 2016 7 commits
- 20 Aug, 2016 1 commit
-
-
Mark Otto authored
-
- 09 Aug, 2016 1 commit
-
-
Mark Otto authored
-
- 30 Jul, 2016 1 commit
-
-
Allan Chau authored
-
- 28 Jul, 2016 1 commit
-
-
Mark Otto authored
Instead of the regular border-radius var, use the input ones to match sizing with their associated controls.
-
- 27 Jul, 2016 3 commits
-
-
Mark Otto authored
-
Mark Otto authored
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
-
Mark Otto authored
-
- 26 Jul, 2016 1 commit
-
-
Mark Otto authored
-
- 25 Jul, 2016 1 commit
-
-
Mark Otto authored
-
- 24 Jul, 2016 2 commits
-
-
Mark Otto authored
-
Mark Otto authored
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col') - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
-
- 20 Jul, 2016 1 commit
-
-
An Yang authored
-
- 12 Jul, 2016 1 commit
-
-
Chris Rebert authored
As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Ports #19935 to v4 Refs #19933 [skip sauce]
-
- 08 Jul, 2016 1 commit
-
-
Geremia Taglialatela authored
SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used. New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly. Ref: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b
-
- 20 Jun, 2016 2 commits
-
-
Chris Rebert authored
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 16 Jun, 2016 1 commit
-
-
Jerad Rutnam authored
-
- 28 May, 2016 1 commit
-
-
Catalin Zalog authored
-
- 20 May, 2016 1 commit
-
-
- 12 May, 2016 8 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks.
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
- Remove the box-shadow and switch back to border to match .card basics - Update the header nav margin override--since we restored the border, we need that default negative margin at the bottom
-
- 11 May, 2016 4 commits
-
-
Mark Otto authored
- Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
-
- 10 May, 2016 1 commit
-
-
Mark Otto authored
- Includes new class - New docs to support it - Rearranged older docs
-