- 24 Nov, 2017 4 commits
-
-
Andres Galante authored
-
Mark Otto authored
* Rewrite custom form check backgrounds Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true. Fixes #24598 * restore default vars * Revamp custom check and radio backgrounds Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient. * remove now unused mixin * mention change in migration docs
-
Mark Otto authored
-
ysds authored
-
- 23 Nov, 2017 3 commits
- 20 Nov, 2017 3 commits
-
-
Patrick H. Lauke authored
* Change breakpoint max- calculation to fractional values * Update docs to reflect fractional max-width breakpoint values * Add fractional max-width to offcanvas example * Add documentation and SCSS comment for fractional viewport support
-
XhmikosR authored
-
ysds authored
-
- 19 Nov, 2017 2 commits
- 17 Nov, 2017 1 commit
-
-
Andres Galante authored
-
- 16 Nov, 2017 4 commits
-
-
XhmikosR authored
-
XhmikosR authored
-
Andres Galante authored
-
Johann-S authored
-
- 15 Nov, 2017 6 commits
-
-
XhmikosR authored
-
Federico Zivolo authored
-
Edward Betts authored
-
Vasilii Artemchuk authored
-
Daniel Niccoli authored
Fixes #24739
-
Andres Galante authored
-
- 13 Nov, 2017 2 commits
- 11 Nov, 2017 3 commits
-
-
XhmikosR authored
We might revisit this later, but currently we get too many FP with our current setup.
-
XhmikosR authored
1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream 2. Remove unneeded ignore from .houndignore
-
Gijs Boddeus authored
fixes #24744
-
- 09 Nov, 2017 4 commits
-
-
XhmikosR authored
-
Patrick Yeo authored
-
Vasilii Artemchuk authored
-
Johann-S authored
-
- 08 Nov, 2017 2 commits
-
-
Andres Galante authored
-
Mark Otto authored
-
- 07 Nov, 2017 6 commits