aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2016-11-28gruntMark Otto3-3/+3
2016-11-28Replacement for #20602 (#21236)Mark Otto1-1/+2
* Fixed incorrect instruction: "Press ⌘ to copy" It needed to be "Press ⌘C to copy" * Updated to concatenate copy string Updated copy command to concatenated string to prevent potential issues * Updated the way the copy string concatenates As per excellent suggestion by @tomlutzenberger * Removed semicolon line endings ;P * var not const or let
2016-11-27gruntMark Otto4-20/+29
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam802-4/+4
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
2016-11-27gruntMark Otto4-69/+25
2016-11-27Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam801-3/+3
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
2016-11-26gruntMark Otto2-1/+10
2016-11-26Border utilities (#21213)Mark Otto3-1/+21
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
2016-11-25gruntMark Otto1-7/+7
2016-11-25gruntMark Otto1-1/+2
2016-11-16gruntMark Otto4-57/+58
2016-11-16Fix padding on .bg-faded demo.Bardi Harborow1-1/+2
2016-10-31gruntMark Otto2-2/+2
2016-10-30gruntMark Otto2-2/+2
2016-10-27gruntMark Otto3-7/+15
2016-10-27gruntMark Otto2-14/+7
2016-10-27gruntMark Otto1-1/+1
2016-10-27gruntMark Otto3-5/+82
2016-10-16gruntMark Otto2-1/+19
2016-10-10Render bash and powershell prompts with ::before.Bardi Harborow1-0/+3
2016-10-09gruntMark Otto1-6/+6
2016-10-09Merge pull request #20555 from bardiharborow/updatedepsMark Otto6-13/+13
Update dependencies, including Babel to v6 and zeroUnits fix.
2016-10-09gruntMark Otto4-26/+30
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto14-36/+72
2016-10-09gruntMark Otto4-18/+8
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow6-13/+13
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow3-3/+3
2016-10-02gruntMark Otto3-14/+60
2016-10-02Merge branch 'customizable-grid-gutters-per-breakpoint' of ↵Mark Otto4-5/+5
https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
2016-10-02v4: Social meta tags (#20825)Mark Otto2-0/+0
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-09-13Add breakpoint-specific gutters.Kovah4-5/+5
2016-08-21Update ads code and styles (also fixes #20477 in different way)Mark Otto3-94/+68
2016-08-01gruntMark Otto2-1/+274
2016-07-30Fixes #20382: Import the flexbox utilities into the docs flex stylesheetMark Otto1-1/+10
2016-07-27prep releasev4.0.0-alpha.3Mark Otto1-3/+5
2016-07-27grunt distMark Otto1-5/+3
2016-07-26grunt (include snew docs-flexbox files)Mark Otto4-2/+2590
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-0/+24
- 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)
2016-07-25gruntMark Otto2-2/+2
2016-07-25fix doubled up padding in docs navbarMark Otto1-0/+3
2016-07-23gruntMark Otto1-1/+1
2016-07-20Fix typo in comment.XhmikosR1-1/+1
[ci skip]
2016-07-12Losslessly compress doc images.XhmikosR4-0/+0
Used zopfli 1.0.1 with `zopflipng.exe -m --lossy_transparent -y --iterations=1000`. Before: 199 KB (203.922 bytes) After: 197 KB (202.151 bytes) [ci skip]
2016-06-29Run `grunt`.XhmikosR1-1/+1
[ci skip]
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert1-4/+4
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
2016-06-26grunt dist docsChris Rebert3-6/+5
[skip sauce] [skip validator]
2016-06-12Fixes #17089 a bitMark Otto1-0/+1
2016-06-04gruntChris Rebert3-2/+4
[ci skip]
2016-05-26Merge pull request #19894 from twbs/v4-dev-jquery223XhmikosR2-5/+5
Update jQuery to v2.2.4.
2016-05-26Fix error with the new jQuery.XhmikosR1-1/+1