aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-22fix broken classesMark Otto1-2/+2
2019-07-22Fix subnavbar active style.XhmikosR1-11/+7
2019-07-22Disable the `!default` rule for our docs variables.XhmikosR1-9/+10
2019-07-22Use the background shorthand.XhmikosR1-5/+1
2019-07-22docs: use the `escape_svg` function.XhmikosR2-1/+2
2019-07-22Simplify code for 'cover' example by using utility classes. (#28986)Christian Oliff2-64/+11
2019-07-22Add bootstrap-utilities in bundlesize.config.json.XhmikosR1-0/+8
2019-07-22Fix license header.XhmikosR1-3/+2
2019-07-22Add utilities documentationMartijn Cuppens1-0/+10
2019-07-22Add bootstrap-utilities in the css-minify-main script.Martijn Cuppens1-1/+1
2019-07-22Add bootstrap-utilities.scssjulian-hecker3-0/+30
2019-07-22Simplify `css-compile-main` script (#29102)Martijn Cuppens1-1/+1
2019-07-22Simplify code.XhmikosR1-10/+8
2019-07-22Use sha384.XhmikosR2-4/+4
2019-07-22Manually escape script.XhmikosR1-1/+3
2019-07-22Remove useless script.XhmikosR1-2/+0
2019-07-22Use .html like every other example, change the layout, simplify some things ↵Mark Otto2-102/+105
for now
2019-07-22Remove card columns in favor of masonry gridMartijn Cuppens8-111/+114
2019-07-22Allow to pass integrity & async attribute to extra jsMartijn Cuppens4-6/+10
2019-07-22Update svgo.yml. (#29089)XhmikosR1-0/+6
2019-07-21Move search styles, prep for responsive containers in docsMark Otto5-23/+23
2019-07-21no need for checks or conditionsMark Otto1-15/+6
2019-07-21remove subnav from home and examplesMark Otto2-2/+0
2019-07-21Make subnav and sidebar work on mobile tooMark Otto5-12/+20
2019-07-21make docs navbar more usable on mobileMark Otto2-3/+3
2019-07-21Move subnav to partial, take first pass at conditionalizing breadcrumb linksMark Otto4-32/+29
2019-07-21Add :focus to all new :hover selectorsMark Otto2-5/+10
2019-07-21Update remaining tables to Bootstrap tables in docs by adding .table classMark Otto6-8/+8
2019-07-21Document changes to tablesMark Otto1-0/+1
2019-07-21Clarify form control visual updates in migration guideMark Otto1-3/+8
2019-07-21Update Migration docs to mention new iconsMark Otto1-0/+5
2019-07-21Revert padding-right on ol and ul in Reboot, update migration docMark Otto3-3/+2
2019-07-21v4/v5: Add responsive containers (#29095)Mark Otto6-54/+77
* create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redeclaring flex properties, don't double up on padding, etc) * Simplify container extends * Simplify navbar containers * Rearrange, add comments, ensure everything is nested in $enable-grid-classes * Reduce new CSS by using attribute selector We avoid using `@extend` whenever possible, and this is more readable * Update _grid.scss * Update _navbar.scss * Add docs for responsive containers, redesign the container layout page * Add to the Grid example
2019-07-22Optimize the embedded SVGs. (#29075)XhmikosR1-8/+8
2019-07-20Fix Typos across Bootstrap repository (#29082)Kitten King3-3/+3
2019-07-19Use escape-svg() function (#29077)Martijn Cuppens9-31/+51
* Use escape-svg() function * Update theming.md
2019-07-19Remove iconic and add feather icons. (#29079)XhmikosR1-2/+1
2019-07-19Optimize a few SVGs.XhmikosR2-2/+2
2019-07-19SVGs: lowercase hex values.XhmikosR4-5/+5
2019-07-19Remove trailing spaces.XhmikosR2-2/+2
2019-07-19docs-navbar.html: reindent and use our classes.XhmikosR1-42/+42
2019-07-19Remove unneeded div.XhmikosR1-1/+1
This is a link.
2019-07-18Make it possible to change default alignment & allow to inherit alignment ↵Martijn Cuppens3-1/+44
from table (#29039)
2019-07-17Use :focus-within for .form-file focus state (#29036)Mark Otto1-0/+7
Fixes #26563, closes #26576, closes #29021.
2019-07-17Fix ads alignmentMartijn Cuppens1-2/+2
2019-07-17Use `has-children`.XhmikosR2-17/+12
2019-07-17It's `viewBox`.XhmikosR1-11/+11
2019-07-17Fix inline SVG.XhmikosR1-1/+1
2019-07-17Move sidebar icon to CSSMark Otto3-10/+21
2019-07-17Move the icon to a partial and optimize it.XhmikosR2-1/+2