Commit Graph

3157 Commits

Author SHA1 Message Date
Mark Otto 76d8291e38 grunt 2016-12-28 20:50:01 -08:00
Mark Otto 7a91b65d47 grunt 2016-12-27 14:13:56 -08:00
Mark Otto dac31ebf35 fixes #21445
remove broken example class from grid docs
2016-12-27 14:11:48 -08:00
Mark Otto 4d1b7df0d8 grunt 2016-12-25 15:52:16 -08:00
Mark Otto 0e8ee1bfba grunt 2016-12-25 15:47:03 -08:00
Starsam80 7fdedbd5e6 Remove some leftover IE9/flex stuff 2016-12-25 15:32:34 -08:00
Mark Otto 0d96c633b3 grunt 2016-12-24 17:50:19 -08:00
Mark Otto cd18ee8af6 grunt 2016-12-24 14:29:41 -08:00
Mark Otto 6b419fdc3a nest modal examples css 2016-12-24 14:21:04 -08:00
Mark Otto 6fa6bf7123 add docs class for highlighting 2016-12-24 14:21:04 -08:00
Mark Otto 94bd6b76be Merge branch 'flex-cards' into v4-dev 2016-12-22 21:27:54 -08:00
Mark Otto 5b2d9f95d5 grunt 2016-12-22 21:19:12 -08:00
Bardi Harborow fe4cd38877 Change scope of docs anchor preventDefault to include modals. 2016-12-23 13:11:06 +11:00
Mark Otto 51f723d669 no more need for this 2016-12-22 16:52:25 -08:00
Mark Otto 0ec049d222 grunt 2016-12-22 13:52:33 -08:00
Mark Otto d86a1dbfd4 redo custom docs navbar 2016-12-22 13:48:07 -08:00
Mark Otto fd79471e8a override pos-f-t in examples 2016-12-22 13:48:07 -08:00
Mark Otto c7be14d66b no need for this; we have max-width 100% on them now 2016-12-22 13:48:07 -08:00
Mark Otto df0842d1c2 grunt 2016-12-22 13:42:01 -08:00
Mark Otto e111e2e58e grunt 2016-12-21 20:33:54 -08:00
Mark Otto eb2e1102be Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)
* 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-12-21 20:26:17 -08:00
Mark Otto a8b3e09f22 grunt 2016-12-19 21:08:24 -08:00
Mark Otto d6c1fa37bd grunt 2016-11-28 13:36:46 -08:00
Mark Otto a6f54889fd Replacement for #20602 (#21236)
* 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-28 13:10:19 -08:00
Mark Otto 5357bad9a0 grunt 2016-11-27 23:39:50 -08:00
Starsam80 08e36a3cc9 Rename `.col-xs` to `.col` + some other cleanup (#21222)
* Use `breakpoint-min` instead of a counter

* Remove 'xs' from flexbox grid
2016-11-27 22:47:00 -08:00
Mark Otto 4393da18f6 grunt 2016-11-27 22:29:55 -08:00
Starsam80 8d031090d0 Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` (#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-27 15:19:27 -08:00
Mark Otto b456cb351d grunt 2016-11-26 16:49:39 -08:00
Mark Otto 095ea0b795 Border utilities (#21213)
* grunt

* add border utilities for removing borders

* clean up comments

* add basic border docs

* docs styles for border utils
2016-11-26 16:44:16 -08:00
Mark Otto 8a7ce25cf1 grunt 2016-11-25 17:29:28 -08:00
Mark Otto 49be9bc63a grunt 2016-11-25 15:00:23 -08:00
Mark Otto 573e029feb grunt 2016-11-16 20:42:40 -08:00
Bardi Harborow c104709193 Fix padding on .bg-faded demo. 2016-11-16 16:16:35 +11:00
Mark Otto 76d53404b5 grunt 2016-10-31 21:14:23 -07:00
Mark Otto d86d580d26 grunt 2016-10-30 13:40:11 -07:00
Mark Otto cecf0db2ce grunt 2016-10-27 22:29:10 -07:00
Mark Otto 96d8553bec grunt 2016-10-27 22:11:22 -07:00
Mark Otto fde7101f13 grunt 2016-10-27 20:03:56 -07:00
Mark Otto 9dbfc90eae grunt 2016-10-27 09:51:22 -07:00
Mark Otto 6d6538fc81 grunt 2016-10-16 19:44:11 -07:00
Bardi Harborow 3ae450e74c Render bash and powershell prompts with ::before. 2016-10-10 14:31:34 +11:00
Mark Otto 571e86e770 grunt 2016-10-09 17:26:51 -07:00
Mark Otto 6def7a5d56 Merge pull request #20555 from bardiharborow/updatedeps
Update dependencies, including Babel to v6 and zeroUnits fix.
2016-10-09 17:08:39 -07:00
Mark Otto 8d162553fa grunt 2016-10-09 15:02:49 -07:00
Mark Otto 6c867667a1 Merge branch 'v4-dev' into v4-utils 2016-10-09 14:36:43 -07:00
Mark Otto a2a53cb8c5 grunt 2016-10-09 12:39:56 -07:00
Bardi Harborow d57d5a606b Update dependencies, including Babel to v6 and zeroUnits fix. 2016-10-09 12:15:17 +11:00
Bardi Harborow 2e69dfa8c1 Fix broken/redirected links, moving to HTTPS where possible. (#20557) 2016-10-03 09:55:59 -07:00
Mark Otto 8a85f93aba grunt 2016-10-02 19:40:39 -07:00