aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-12-24nest modal examples cssMark Otto1-15/+17
2016-12-24add docs class for highlightingMark Otto1-0/+5
2016-12-22no more need for thisMark Otto1-5/+0
2016-12-22redo custom docs navbarMark Otto1-13/+0
2016-12-22override pos-f-t in examplesMark Otto1-0/+9
2016-12-22no need for this; we have max-width 100% on them nowMark Otto1-5/+0
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-0/+11
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
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-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-26Border utilities (#21213)Mark Otto1-0/+10
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
2016-11-16Fix padding on .bg-faded demo.Bardi Harborow1-1/+2
2016-10-24nav stylesMark Otto1-12/+29
2016-10-24make masthead sit below navMark Otto1-0/+1
2016-10-24Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto6-6/+9
2016-10-10Render bash and powershell prompts with ::before.Bardi Harborow1-0/+3
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-09-13Add breakpoint-specific gutters.Kovah4-5/+5
2016-09-05ads in content, sidebar changes, etcMark Otto4-8/+33
2016-09-05hide page header for now, border top nav, sticky sidebarMark Otto3-0/+10
2016-09-04flip the columns, tweak some of the stylesMark Otto3-7/+22
2016-08-21Update ads code and styles (also fixes #20477 in different way)Mark Otto1-50/+34
2016-07-30Fixes #20382: Import the flexbox utilities into the docs flex stylesheetMark Otto1-1/+10
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-25fix doubled up padding in docs navbarMark Otto1-0/+3
2016-07-20Fix typo in comment.XhmikosR1-1/+1
[ci skip]
2016-06-12Fixes #17089 a bitMark Otto1-0/+1
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-0/+1
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-04-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto2-9/+2
2016-04-06Finish killing .center-block; fixes #19443Teo Dell'Amico1-6/+0
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
2016-03-21don't shrink nav font-sizeMark Otto1-2/+0
2016-03-21lighter activeMark Otto1-1/+1
2016-03-21Make active navbar link weight 500 againMark Otto1-0/+1
2016-02-09spacing in docs example"Mark Otto1-0/+4
2016-02-06Strip out .err from our syntax highlighting styles because it fucks up our ↵Mark Otto1-1/+0
placeholders in code snippets
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto6-5/+17
2016-02-06linter overhaulMark Otto6-5/+17
2016-02-06disable linterMark Otto1-0/+2
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-2/+4
responsive flex grid working
2016-02-06simpler, more specific docs example cssMark Otto1-1/+3
2016-02-06Tweak docs example CSS for flexbox grid colsMark Otto1-0/+10
2016-02-06Ensure docs grid example highlighting for flexbox modeMark Otto1-0/+1
2016-02-03Redo line-height globallyMark Otto1-1/+0
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
2016-01-19Fix typo in docs/assets/scss/docs.scssruedap1-1/+1
2016-01-11Docs: Remove defunct Pager example stylesChris Rebert1-5/+0
Refs #18782 [skip sauce]
2016-01-05Merge pull request #18734 from tagliala/fix-highlight-docsMark Otto1-1/+1
Fix margins in highlighted code in docs
2016-01-03reformat syntax styles for lintingMark Otto1-55/+55
2016-01-03basic lintingMark Otto2-2/+2
2016-01-03basic linting changes, disable some id selector testing per file as neededMark Otto6-8/+10
2016-01-03property order lintingMark Otto1-1/+1
2016-01-03we nuked the focusedinput example awhile back, so nuking the styles tooMark Otto1-12/+0