aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2015-08-28scss: semantic grid: add make-container-breakpointO'meid2-6/+11
Signed-off-by: O'meid <[email protected]>
2015-08-27Remove all uses of `selector &`Gleb Mazovetskiy4-25/+15
If we want to support namespaced import: ```scss .twbs { @import 'bootstrap'; } ``` We cannot use `selector &`, see sass/sass#1817. `fieldset[disabled] &` is not needed as we no longer support IE8.
2015-08-27Less to Sass typos.XhmikosR1-1/+1
[ci skip]
2015-08-26clarifies normalize.css is a dependency Tom Byrer1-1/+1
Perhaps I'm a little slow & need to have things spelled out :) https://github.com/twbs/bootstrap/issues/17301#issuecomment-134469886
2015-08-26rm responsive-invisibility mixin since it's only used onceChris Rebert3-9/+1
inline the one remaining usage into .hidden-print's definition rm now-empty scss/_utilities-responsive.scss file [skip sauce] [skip validator]
2015-08-26tree shaking: rm unused responsive-visibility mixinChris Rebert1-14/+0
[skip sauce] [skip validator]
2015-08-26Convert popover's arrows to generated CSS content via :before/:afterBernardo Gurgel Filho1-50/+74
2015-08-26Convert tooltip's arrows to generated CSS content via :beforeBernardo Gurgel Filho1-12/+15
2015-08-26add media vertical flexbox classesRakhat Jabagin1-0/+6
2015-08-26combine size & square mixins into oneRakhat Jabagin1-5/+1
2015-08-26rm unused $state param from form-control-validation mixin; fixes #17323Chris Rebert2-4/+4
[skip sauce] [skip validator]
2015-08-25Added mixin to handle media queries that span multiple breakpointsDavid Baughman1-0/+10
2015-08-25Merge pull request #17113 from JanStevens/v4-fix-retina-mixinMark Otto1-2/+2
Fixes the _image mixing by prefixing the parameters with $
2015-08-25SCSS lint fixes.XhmikosR2-2/+2
[ci skip]
2015-08-24PropertySortOrderFelipe1-1/+1
Properties should be ordered border-top, border-bottom
2015-08-24Fix accidental triple colon from :before to ::before conversionKevin Kirsche1-1/+1
Fix #17288 — Sorry about that!
2015-08-24Use double colons for psuedo elementsKevin Kirsche11-26/+26
Fix #17052
2015-08-23Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+9
2015-08-23wrap box-shadows in mixin in custom forms. fixes #17242Mark Otto1-3/+3
2015-08-23shorterMark Otto1-1/+1
2015-08-23Merge pull request #17147 from kkirsche/patch-14Mark Otto1-0/+9
v4 - Dropup caret direction incorrect
2015-08-23Make predefined grid classes conditionalMark Otto2-4/+9
- Add explicit -grid-classes variable and set to true by default - Wrap .row and .col generation in the boolean var
2015-08-24Apply !default to SCSS variablesCatalin Zalog1-24/+24
!default to all variables.
2015-08-23Merge pull request #17120 from kkirsche/patch-5Mark Otto1-0/+1
Add white background to cards by default
2015-08-23v4 - Dropup caret direction incorrectKevin Kirsche1-0/+9
Fix #17144
2015-08-23Add white background to cardsKevin Kirsche1-0/+1
Fix #17117
2015-08-23Change the default value of $font-size-sm to .875remGeremia Taglialatela1-1/+1
2015-08-23fix remaining scss lint errorsMark Otto4-18/+16
2015-08-23there is no standard appearance propertyMark Otto1-1/+0
2015-08-23fix majority of scss linter errorsMark Otto9-11/+17
2015-08-23there is no navbar default for thisMark Otto1-1/+0
2015-08-23remove another margin-top: 0Mark Otto1-1/+0
2015-08-23remove a margin-top: 0 reset since we nuke headings' top margins now in rebootMark Otto1-1/+0
2015-08-23shorter clearfixMark Otto1-17/+2
2015-08-22fix #17149: correct syntax in list-group variant mixin; nullifies #17154Mark Otto1-3/+3
2015-08-22Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-4/+5
2015-08-22re-fix #16154 in v4-dev /cc #17101Mark Otto1-9/+20
2015-08-22fix shadows on btns to use mixinMark Otto1-2/+1
2015-08-22Merge pull request #17220 from cornedor/fix-17066Mark Otto1-4/+5
Removed mixin from focus outline box-shadow fixes #17066
2015-08-22fixes #17035Mark Otto1-1/+1
2015-08-22compress SVGsAlexandr Kondrashov1-3/+3
Well compressed, but I'm sure it is possible to compress more
2015-08-22replace PNG to SVG and compress SVGsAlexandr Kondrashov1-4/+4
before: https://pp.vk.me/c624325/v624325775/44408/FabMA25FDDs.jpg before(image-rendering: pixelated): https://pp.vk.me/c624325/v624325775/44416/Dzb6tO4Mmys.jpg after: https://pp.vk.me/c624325/v624325775/4440f/imd6KcYBgGI.jpg
2015-08-22Added comment explaining why there is no mixin hereCorné Dorrestijn1-0/+1
2015-08-21Removed mixin from focus ouline box-shadow fixes #17066Corné Dorrestijn1-4/+4
2015-08-20Merge pull request #17069 from kkirsche/patch-9Mark Otto2-9/+10
Card variables should be in _variables.scss
2015-08-20Use border-radius mixing in form-control-sm and form-control-lgKevin Kirsche1-2/+2
Fix #17160
2015-08-20v4: Dropdown caret is not horizontally allignedKevin Kirsche1-0/+1
Fix #17135
2015-08-20Fixes the _image mixing by prefixing the parameters with $Jan Stevens1-2/+2
2015-08-20Fix -flex compile on Sass Ruby #17046Gleb Mazovetskiy1-6/+4
2015-08-20Merge pull request #17064 from paulirish/patch-1Heinrich Fenkart1-1/+1
reboot.scss typo (shttp --> http)