aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2015-11-12Merge pull request #18032 from twbs/text-transform-importantChris Rebert1-3/+3
Add !important to text transform utility classes
2015-11-10Merge pull request #18182 from twbs/img-fluid-docChris Rebert2-0/+8
Add comments explaining why we don't make `<img>`s responsive by default
2015-11-10Merge pull request #18094 from twbs/util-resp-commentChris Rebert1-1/+1
scss/_utilities-responsive.scss: Fix outdated comment heading
2015-11-10Consolidate redundant heading style declarationChris Rebert1-9/+1
[skip sauce] [skip validator]
2015-11-05scss/_carousel.scss: Add missing backticks in commentChris Rebert1-1/+1
[ci skip]
2015-11-05Add comments explaining why we don't make `<img>`s responsive by defaultChris Rebert2-0/+8
Refs #18178 [ci skip]
2015-11-03Merge pull request #18081 from twbs/ie9-click-commentChris Rebert1-3/+3
Give better description of IE9 transparent click bug & workaround
2015-11-03Update _type.scssBass Jobsen1-1/+1
2015-11-03 refactor blockqoutes to to avoid tag selectors & child selectors css v4Bass Jobsen1-21/+22
2015-11-03refactor list-inlineto toavoid tag selectors & child selectorsBass Jobsen1-5/+5
2015-11-01Merge pull request #18105 from twbs/simpler-retinaMark Otto1-5/+6
Simplify .img-retina mixin and add explanatory comments
2015-11-01Merge pull request #18108 from twbs/split-bgMark Otto3-26/+25
Move .bg-* utility classes into separate file
2015-10-31scss/_progress.scss: Add comments for IE9 CSS hacksChris Rebert1-0/+2
[skip sauce] [skip validator]
2015-10-29Add !important to text and background color utility classesChris Rebert2-3/+3
[skip sauce] [skip validator]
2015-10-29Move .bg-* utility classes into separate fileChris Rebert3-26/+25
[skip sauce] [skip validator]
2015-10-29Remove Less->SCSS converter comment left over from bootstrap-sassChris Rebert1-1/+0
2015-10-29Simplify .img-retina mixin and add explanatory commentsChris Rebert1-5/+6
[skip sauce] [skip validator]
2015-10-29cards mixinsBass Jobsen1-0/+38
2015-10-29import cards mixinsBass Jobsen1-0/+1
2015-10-29add variant mixinsBass Jobsen1-31/+25
2015-10-29Yes, we still need this. Silly IE9 😢Chris Rebert1-3/+3
See the IE9 note in https://developer.mozilla.org/en-US/docs/Web/CSS/%3Ahover#Browser_compatibility The prereqs to trigger the bug are still present in v4. /fyi @mdo [skip sauce] [skip validator]
2015-10-28scss/_utilities-responsive.scss: Fix outdated comment headingChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-10-28Fix typos in commentsChris Rebert1-2/+2
2015-10-28Card fix static -> variable border radiusAndersMad1-2/+2
Changed card border radius image caps to use variable rather than static values
2015-10-28Fix #17768Almir Sarajcic1-1/+1
2015-10-27Give better description of IE9 transparent click bug & workaroundChris Rebert1-3/+3
[skip sauce] [skip validator]
2015-10-27mixins/_progress.scss: Note that 0\0 media query hack is for IE9Chris Rebert1-0/+1
[skip sauce] [skip validator]
2015-10-27Merge pull request #18038 from twbs/fix-16947Chris Rebert1-6/+16
Make heading class styles trump heading element styles
2015-10-27Merge pull request #17749 from Prelc/patch-1Mark Otto1-1/+0
Remove empty line from _grid.scss
2015-10-27Merge pull request #18039 from twbs/type-headings-trivialXhmikosR1-3/+1
Trivially simplify heading margin-bottom declarations
2015-10-26Merge pull request #18031 from twbs/fix-16836Chris Rebert1-5/+5
Add !important to text alignment utility classes
2015-10-26Merge pull request #18011 from kkirsche/patch-6Mark Otto1-2/+1
Use the `border-radius` mixin for `.label-pill`
2015-10-26remove bro from commentMatthew Conlen1-1/+1
2015-10-24https://github.com/necolas/normalize.css/pull/379 was rejectedChris Rebert1-1/+0
Refs #15947 Somehow c256aca13cf6ff1c3c1d5933b28423bc144f1fc1 got lost during the SCSS translation... [skip sauce]
2015-10-23_forms.scss: Copy over iOS <input> type compatibility note from v3Chris Rebert1-0/+2
Refs b6e6a05b951aac3fad30da441c765dbb86518644 We ought to re-check this for iOS 9.1 at some point... [skip sauce] [skip validator]
2015-10-23Trivially simplify heading margin-bottom declarationsChris Rebert1-3/+1
[skip sauce] [skip validator]
2015-10-23Make heading class styles trump heading element styles; fixes #16947Chris Rebert1-6/+16
[skip sauce] [skip validator]
2015-10-23_grid.scss: Declare left margin before right margin for uniformity; refs #18036Chris Rebert1-1/+1
[skip sauce] [skip validator]
2015-10-23bootstrap.scss: Cleanup comments; refs #18036Chris Rebert1-3/+3
[skip sauce] [skip validator]
2015-10-23Add !important to .invisible (visibility:hidden) utility classChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-10-23Add !important to text transform utility classesChris Rebert1-3/+3
2015-10-23Add !important to text alignment utility classesChris Rebert1-5/+5
Refs #16836 [skip sauce] [skip validator]
2015-10-23Stop hardcoding grid tiers in flexbox alignment & ordering classes; fixes #18026Chris Rebert1-64/+17
[skip sauce] [skip validator]
2015-10-23Stop hardcoding grid breakpoints in responsive alignment utility classes; ↵Chris Rebert1-26/+6
fixes #18027 [skip sauce] [skip validator]
2015-10-22Use `$enable-rounded` for `.label-pill`Kevin Kirsche1-2/+1
Fix #18002
2015-10-15#17895 Added $alert-border-width that defaults to $border-widthChris Bell2-1/+2
2015-10-14v4 - .c-select on background inherits whiteCatalin Zalog1-0/+1
This: ``` <div class="bg-info"> <select class="c-select"> <option selected>Open this select menu</option> <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </select> </div> ``` render this: http://s.zalog.ro/2015-10-14-19-45-11.png
2015-10-13Extract list-unstyled mixin; closes #17792Marko Prelec3-5/+10
/fyi @mdo
2015-10-13Merge pull request #17701 from lesleh/patch-1Mark Otto1-0/+2
Reset iOS rounded inputs
2015-10-12Make $card-border-radius default to $border-radiusChris Rebert1-1/+1
They already share the same value (`.25rem`) Refs #17597 [skip sauce]