aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19docs search: take into account the current URL.XhmikosR2-4/+17
2018-10-19feat: keep contrast on `.table-dark`Catalin Zalog1-1/+1
In case we set `$body-bg` to a dark color, we have to keep table contrast relevant.
2018-10-19Fix size of modal dialogs at different widths (#27094)namiltd1-1/+4
2018-10-19Fix double border on list-group (#27126)Roy Klutman1-0/+5
2018-10-19Fix doc typochocolateboy1-1/+1
2018-10-18Travis: stop installing chrome (#27468)XhmikosR1-2/+0
It seems it works without it.
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR4-8/+7
2018-10-18Move lint scripts outside of the main scripts.XhmikosR1-7/+8
This allows us to run `npm run dist` without tests.
2018-10-18npm release-zip: remove the folder before zipping.XhmikosR1-1/+1
2018-10-17Fix btn focus color (#27178)Martijn Cuppens1-2/+1
2018-10-17Delete callout-info-content-iamge-overlay-overflow.mdHelmut Granda1-4/+0
Deleting external file since it is not needed, the copy of this file will be added directly to card.md.
2018-10-17Adding call out note directly to the page.Helmut Granda1-1/+5
Instead of using an external source since this is only a one time note it is safe to be placed within the document itself.
2018-10-17Adds a note about the limitations on content being larger than the image.Helmut Granda2-0/+5
In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them.
2018-10-17Move media from layout to componentsMartijn Cuppens2-2/+2
2018-10-17Simplify .gitattributes.XhmikosR1-11/+1
2018-10-15Add a CODEOWNERS file (#27271)Mark Otto1-0/+3
2018-10-15Move docs .eslintrc in site/.XhmikosR2-2/+2
2018-10-15Update devDependencies and gems.XhmikosR3-250/+194
2018-10-15Include `css-copy` in the `css` script.XhmikosR1-2/+2
2018-10-15Rename everything to skippy and center skippy (#27420)Martijn Cuppens4-19/+20
2018-10-15Combine examples and simple layouts.XhmikosR4-49/+36
2018-10-15Tighten stylelint config. (#27336)XhmikosR1-8/+50
Also improve its formatting.
2018-10-15Change h1 to h2Martijn Cuppens1-1/+1
2018-10-14Reduce indentation.XhmikosR2-24/+24
2018-10-14Travis: add `--clean` in `bundle install` command.XhmikosR1-1/+1
2018-10-14build/generate-sri.js: add popperjs.XhmikosR1-0/+4
2018-10-14Move periods outside of links.XhmikosR7-7/+7
2018-10-14js/tests/visual: fix popper script.XhmikosR5-5/+5
Broken after 787441d.
2018-10-14Fix a few links.XhmikosR4-10/+10
* fix `/versions/` link * add missing trailing slashes * fix a couple of redirects
2018-10-14Remove the unused `jobs` Jekyll variable.XhmikosR1-1/+0
2018-10-14Update popper.js in docs.XhmikosR1-2/+2
2018-10-14docs: fix bundle SRI hash.XhmikosR3-3/+5
Also, remove popper.js from this script since it's not present in the repo.
2018-10-14Fix invalid selectors in tests and examples.XhmikosR2-2/+2
2018-10-14Add a release npm script.XhmikosR2-21/+4
2018-10-14Remove sri-toolbox dependency.XhmikosR3-11/+4
We can achieve the same very easily.
2018-10-13Update Travis config.XhmikosR1-1/+2
* remove `dist: trusty` since it's the default * disable email notifications
2018-10-13update holder.js image dimensions for sizing examplem5o1-1/+1
* update holder.js image dimensions for sizing example * use `100%` instead of `100%` * :memo: https://github.com/imsky/holder#fluid-placeholders
2018-10-11refine deprecated holder.js color syntaxm5o1-1/+1
* refine deprecated holder.js color syntax * remove `#55595c:#373a3c` * harmonize with all other holder.js examples
2018-10-07Update devDependencies and gems.XhmikosR4-687/+719
2018-10-07Rename script.XhmikosR1-1/+1
2018-10-06Add overflow-auto and overflow-hidden utilitiesMark Otto6-5/+38
2018-10-06fix - small grammar errorSpencer Davies1-1/+1
"given move to" -> "given the move to"
2018-10-02updated README (#27349)Tanmay Gupta1-1/+1
2018-09-26Tweak build/build-plugins.js.XhmikosR1-39/+38
2018-09-26remove useless iifeJohann-S12-3095/+3053
2018-09-26Remove unneeded `path.resolve`.XhmikosR2-2/+2
2018-09-26Include the plugin's filename in the license header.XhmikosR2-5/+9
2018-09-26Add license headers in js/dist filesHelmut Granda3-7/+15
By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers.
2018-09-26Prevent pointer events on disabled list-group-itemHoward Cox1-0/+1
2018-09-26Prevent pointer-events on disabled anchor dropdown-itemHoward Cox1-0/+1
Fixes #26695