Félix Saparelli
67d7e26e05
Generate CSS variables for colors, breakpoints, fonts ( #23761 )
...
* Generate CSS variables
See #23349
Supersedes #23446
* Ignore _root.scss for linting
2017-10-01 21:00:24 -07:00
Mark Otto
3ca4d3f88d
dist
2017-10-01 20:52:25 -07:00
Chirag Modi
487e5f8b82
remove Dist fils as per suggestion ( #23092 )
2017-10-01 17:59:26 -07:00
Chirag Modi
deced1bf4d
Fix #23013 : Add boder-top:0 in .list-group-flush .list-group-item ( #23108 )
2017-10-01 17:23:31 -07:00
Chirag Modi
3ff2a2781f
fixed issue with hr tag mention in 23032 ( #23078 )
2017-10-01 16:53:16 -07:00
Mark Otto
79c6e54af1
dist
2017-10-01 12:14:55 -07:00
XhmikosR
44dcc8d719
Make Node.js 6 the minimum version.
...
Also, be consistent with Node.js' name.
2017-10-01 12:01:27 -07:00
XhmikosR
a143f82ccd
Add bundlesize.
2017-10-01 12:01:27 -07:00
Aarón García Hervás
961750e01b
Fix link to Extend section in Migration docs ( #24192 )
2017-10-01 20:23:48 +03:00
XhmikosR
202cd09407
Tweak npm scripts. ( #24146 )
...
* make `css` and `js` "super" scripts which will run both main and docs scripts
* make `js-minify` run all js minify tasks
* use parallel in more places
2017-10-01 11:09:45 +03:00
Mark Otto
e471ea0617
Updates to customizing variables docs ( #24186 )
...
* Variable overrides within the same Sass file can come before or after the default value, but across files they must come first.
* Removed the double :: at the end of the paragraph.
* Fixed usage of overwrite when we mean override.
2017-10-01 09:57:50 +03:00
XhmikosR
499f9dc960
js/tests/visual/tab.html: fix HTML validation errors. ( #24183 )
2017-10-01 09:49:35 +03:00
Andres Galante
3624025a3b
extends the click area of the close btn on modals ( #23783 )
2017-10-01 09:42:24 +03:00
Andres Galante
bbb6ab1275
changes reset for mixin list reset on pagination
2017-09-30 23:36:30 -07:00
Andres Galante
f02f545e0e
changes the order of the close btn on alerts to improve accecibility
2017-09-30 23:32:39 -07:00
Mark Otto
4e2ed6890c
remove that, the example comes first now
2017-09-30 20:30:40 -07:00
Mark Otto
9473a7298e
more links, clarify predefined classes
2017-09-30 20:30:40 -07:00
Mark Otto
72ef6f4d86
be more specific about context and breakpoint scaling
2017-09-30 20:30:40 -07:00
Mark Otto
5463612c4d
be more specific
2017-09-30 20:30:40 -07:00
Mark Otto
6e9100155d
rewrite containers and rows section
2017-09-30 20:30:40 -07:00
Mark Otto
92a9b68372
link to css tricks article, add code snippet to example
2017-09-30 20:30:40 -07:00
Mark Otto
c449f3323a
link to mdn flex doc
2017-09-30 20:30:40 -07:00
Mark Otto
f5ad6e3987
dist
2017-09-30 14:28:03 -07:00
Ari Rizzitano
136c49a13f
Remove dropdown anchor focus override
...
Overriding the focus outline for links within the dropdown menu
causes accessibility issues for keyboard-only users. This
removes the override, reenabling the browser's default focus
outline.
2017-09-30 14:19:00 -07:00
XhmikosR
7b514f48c7
Rename variables and remove unneeded return.
2017-09-29 19:39:25 +03:00
Johann-S
874fd5b952
Manage exceed maximum duration for our test
2017-09-29 19:39:25 +03:00
Johann-S
54d4507281
Use sauce_browsers.json.
2017-09-29 19:39:25 +03:00
Johann-S
b001118c98
Convert sauce_browser.yml to JSON.
2017-09-29 19:39:25 +03:00
XhmikosR
2244d03b34
Remove grunt-saucelabs and Grunt.
2017-09-29 19:39:25 +03:00
Johann-S
b23ff97a85
Specify Travis job ID.
2017-09-29 19:39:25 +03:00
XhmikosR
bec0eb21d5
ES6-ify build/saucelabs-unit-test.js.
2017-09-29 19:39:25 +03:00
Johann-S
210bb221a8
Use jsunitsaucelabs to run our unit tests on Saucelabs
2017-09-29 19:39:25 +03:00
XhmikosR
502ac7ee4d
Lint docs js too and use `strict consistently. ( #24160 )
2017-09-28 17:25:28 +03:00
XhmikosR
fe06814f3e
Move uglify-js's config back to CLI. ( #24147 )
...
We need to pass different options and this seems cleaner at this point.
In order for docs.min.js to keeps all comments, we don't pass `compress`.
2017-09-28 15:35:23 +03:00
Mark Otto
27a015ba15
Reset button element border-radius in Reboot ( #24126 )
2017-09-27 17:01:00 +03:00
XhmikosR
6dd3d91768
example plugin: add data-example-id
only if it's been supplied. ( #24127 )
2017-09-27 13:08:03 +03:00
Martijn Cuppens
1d6a6c2abf
Add quotes to mapping keys ( #23701 )
2017-09-27 11:00:42 +03:00
Benjamin Trenkle
7fa20188f2
Remove border-top if list-group follows card-header ( #23022 )
2017-09-27 10:57:39 +03:00
Herst
838924eefc
Mention replacement for .btn-group-justified ( #23838 )
...
Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088
2017-09-27 10:53:56 +03:00
Ray Villalobos
71469a2fac
Take out reference to Flex Order ( #23759 )
...
Since flex-order was renamed to just order, change the subtitle.
2017-09-27 10:49:48 +03:00
Ray Villalobos
87c9e3aa5d
Add auto to the list of sizes ( #23786 )
...
I feel like `auto` is missing from the values here and that it should be there. Although it is mentioned below, only a single use case, whereas in other sections it appears with the option to set the left margin of an element to auto, for example.
2017-09-27 10:43:43 +03:00
Moris Zen Pasic
4cfe228151
Changed hex values to follow bootstrap coding guidelines
2017-09-27 09:36:42 +02:00
Moris Zen Pasic
bc2db58b73
Added examples to the existing docs change for more clarity
2017-09-27 09:36:42 +02:00
Moris Zen Pasic
d66f47d099
Making the customization option docs cleared about variable overrides with !default flag
2017-09-27 09:36:42 +02:00
XhmikosR
2693e49e06
Remove unneeded docsearch
variable.
2017-09-27 09:22:31 +02:00
XhmikosR
1537129f0b
Update package-lock.json. ( #24133 )
2017-09-27 09:47:09 +03:00
Prateek Goel
0e054fb9c8
Add style for non-overlapping scrollbar in IE ( #24081 )
2017-09-26 22:44:00 +03:00
XhmikosR
0ee85c962e
Revert accidental alt
addition from Bootstrap stack image. ( #24122 )
...
Remove accidental `alt` addition from Bootstrap stack image.
2017-09-26 19:13:57 +03:00
Andrew Luca
dfc946b777
Update comment for forms mixins ( #24050 )
...
Check `form-control-focus` mixin, variable name is `$input-focus-border-color`
2017-09-26 18:14:52 +03:00
Andres Galante
3eae92f1fe
Fix color on example btn on navbar ( #24052 )
2017-09-26 17:42:04 +03:00