aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-10Fix xo error: use `for...of`.XhmikosR1-4/+1
2019-04-10Update eslint config for the new xo rules.XhmikosR3-3/+13
2019-04-10Update devDependencies.XhmikosR5-999/+821
2019-04-09Remove _close() and marge with _hide()ysds1-18/+15
2019-04-09Call hide() after `delay` timeysds1-11/+6
2019-04-08Change toast border radius to use `$border-radius` (#28621)Ted Kesgar1-1/+1
Currently, `$toast-border-radius` uses the value of `.25rem`. This is inconsistent with other variables such as `$btn-border-radius` and `$input-border-radius`, which uses the "global" `$border-radius` variable.
2019-04-05Fix buttons :focus state styles (#27890)Matěj Kříž1-0/+3
* Fix buttons :focus state styles Buttons :hover and :focus state shares styles. Buttons :focus text color on 'a.btn' is now consistent with others '.btn'. * `:focus` styles should be in sync with `.focus`. So shared styles with hover were copy to focus definition. Rather then using `hover-focus` mixin which do not contain `.focus`.
2019-04-04_sidebar.scss: change ID to a class and type selector. (#28610)XhmikosR1-3/+3
2019-04-01karma.conf.js: switch to `CI === true`. (#28588)XhmikosR1-1/+1
2019-03-29Remove scss variable defined twice (#28567)Loïc Goyet1-1/+0
2019-03-27Reset carousel touch delta x to prevent click transformation in swipe (#28558)Johann-S2-2/+6
2019-03-26Add a `netlify` npm script. (#28552)XhmikosR1-0/+1
2019-03-26Remove `http` from docs search. (#28557)XhmikosR1-4/+8
We use only `https` for a few months now.
2019-03-24Simplify npm docs script a bit.XhmikosR1-2/+2
2019-03-24Add the css-copy and js-copy tasks before the build script.XhmikosR1-0/+1
2019-03-23Update devDependencies. (#28538)XhmikosR2-202/+592
2019-03-21Check prefers-reduced-motion variable before adding reduced motion media ↵Patrick H. Lauke1-2/+4
query for animated progress bars (#28530)
2019-03-19Fix `css-prefix-docs` script to be more restrictive. (#28525)XhmikosR1-1/+1
2019-03-18Revert back to the old snippet and just add anonymize IP.XhmikosR1-5/+5
We don't need the extra bloat of gtag.
2019-03-18Update GA to latest script & anonymize IPsMark Otto1-4/+5
2019-03-18Workaround for MS edge bug (#28275)Shohei Yoshida2-3/+9
2019-03-18fix remove files in our visual testsJohann-S11-36/+13
2019-03-18Revert "Remove Internet Explorer leftovers."XhmikosR4-6/+20
This reverts commit 089e3334a710ae5fddea3ec5bb1a83a8f786196c.
2019-03-18.browserslistrc: add IE 11.XhmikosR1-1/+1
2019-03-18Revert "remove IE from our browserlist"XhmikosR1-0/+1
This reverts commit 5e068eeda9155e19663578a005383ce1da7fd1a6.
2019-03-18Revert "remove `--compress typeofs=false` from terser."XhmikosR1-2/+2
This reverts commit 25bba7bd68d1eceb2e8b6f436d5719b4d348a733.
2019-03-18Revert "Add information about IE 11 compatibility."XhmikosR1-37/+0
This reverts commit 1da5b9f76a05feae2663316247937aabda91d487.
2019-03-18Revert "Remove IE-specific breadcrumb CSS hack"XhmikosR1-0/+10
This reverts commit 9fda96e197abc9eba24962443ed79bc11fef485c.
2019-03-18Add back support for IE 11Johann-S10-92/+200
2019-03-18Update .gitignore (#28519)XhmikosR1-0/+7
Add back ruby/bundler folders so that they don't show up when we switch branches. This can be removed when v4 hits EOL, along with the old Jekyll docs dist folder.
2019-03-14Remove hover states on background utilities (#28457)Martijn Cuppens3-16/+4
2019-03-14v5: Drop remaining deprecated mixins (#28461)Mark Otto9-105/+0
- Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide
2019-03-14v5: Update badges (#28458)Mark Otto5-79/+17
- Drop hover and focus states - Drop .badge-* variants and associated mixin for .bg-* utilities - Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill - Remove unused variables - Add default color value to .badge base class - Update docs to reflect changes
2019-03-14Update .gitignore (#28493)XhmikosR1-0/+3
Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up.
2019-03-13Revert "Don't run Google Analytics locally. (#28384)" (#28489)Mark Otto1-2/+0
2019-03-13browsers-devices.md: escape what we read.XhmikosR1-1/+1
2019-03-13Don't run Google Analytics locally. (#28384)Christian Oliff1-0/+2
2019-03-13Push footer to the bottom of the pageMartijn Cuppens1-2/+2
2019-03-13Fix 404 layout.XhmikosR2-0/+19
2019-03-13404: output to 404.html and add meta robots.XhmikosR1-3/+4
2019-03-13Create 404.mdChristian Oliff1-0/+11
2019-03-13Fix the chroma fix and use Sass more.XhmikosR1-14/+19
2019-03-13Workaround problematic Chroma bash highlighting.Bardi Harborow1-0/+5
2019-03-13Disable blackfriday's automatic fraction formatting.Bardi Harborow1-0/+3
2019-03-13Add support for meta robots.XhmikosR2-0/+8
2019-03-13Remove `--renderToDisk`.XhmikosR1-1/+1
2019-03-13Simplify browser bugs inline shortcodeBjørn Erik Pedersen1-26/+8
2019-03-13Add a `docs-build` script and make it the default.XhmikosR1-4/+5
2019-03-13Fix bugify.Bjørn Erik Pedersen2-5/+5
2019-03-13Update syntax highlighting styles to match the Chroma ones.XhmikosR1-66/+72