aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Add a docsref shortcode.XhmikosR45-110/+111
This allows for the build to fail if a reference isn't found.
2019-03-13Move this to a partial to work around the stray `p` issue.XhmikosR2-14/+15
2019-03-13Work around the docs/ redirects.XhmikosR4-2/+21
This happens because we have the section kind enabled (needed for examples).
2019-03-13Remove newlines in raw HTML.XhmikosR1-3/+0
This causes `p` tags which is invalid HTML.
2019-03-13Copy the dist files before the `docs-serve` script.XhmikosR1-0/+1
2019-03-13Remove HTML comment; it breaks rendering.XhmikosR1-1/+1
2019-03-13browsers-devices.md: Read .browserslistrc instead of duplicating the content.XhmikosR1-12/+1
2019-03-13Switch to Hugo.XhmikosR310-3188/+3876
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-03-13Use one-line imports when possible. (#28467)XhmikosR7-21/+7
2019-03-12Remove redundant placeholders in forms docs (#28406)Jim Jiang1-37/+49
* Change state field to select * Include "Choose..." placeholder for select * Change validated select to .custom-select
2019-03-12Remove indiscriminate outline suppression for tabindex="-1" elements (#28437)Patrick H. Lauke1-6/+10
instead, only apply outline suppression if the browser wouldn't normally apply the focus outline, using the (currently experimental) `:focus-visible` pseudo-class
2019-03-12v5: Don't automatically adjust all hr elements in alert variants (#28462)Mark Otto1-4/+0
2019-03-12v5: Drop deprecated size mixin (#28460)Mark Otto2-8/+0
2019-03-12Drop deprecated img-retina mixin (#28459)Mark Otto1-20/+0
2019-03-11Dist.XhmikosR42-179/+5134
2019-03-11use specific browserlist for esm buildJohann-S1-11/+35
2019-03-11add docs about how to use the esm versionJohann-S3-0/+26
2019-03-11Tweak rollup.config.jsXhmikosR1-5/+4
2019-03-11Add the new ESM builds in bundlesize.XhmikosR1-0/+8
2019-03-11package.json: tweak js scripts.XhmikosR1-2/+2
2019-03-11build bootstrap in esmJohann-S8-80/+86
2019-03-11collapse.js: minor refactoring.XhmikosR1-7/+5
2019-03-11Remove obsolete comments.XhmikosR2-2/+0
2019-03-11Remove more unused properties.XhmikosR3-3/+0
2019-03-11scrollspy.js: remove unused propertiesJohann-S1-3/+1
2019-03-11Remove assignment from return.XhmikosR1-1/+3
2019-03-11Disable a few rules for now.XhmikosR3-2/+12
2019-03-11Comply to the new rules.XhmikosR44-772/+855
2019-03-11Switch to eslint-config-xo and eslint-plugin-unicorn.XhmikosR7-277/+416
2019-03-07Add <ol> to nav's comment (#28426)Shohei Yoshida1-1/+1
2019-03-06Update RFS to v8.0.2 (#28405)Martijn Cuppens1-93/+75
2019-03-05disable assert assending check if the previous unit was a percentual value ↵mspae1-1/+1
(#28400)
2019-03-04Hyphenate server-side (#28401)Jonathan2-3/+3
2019-03-01Dist (#28392)XhmikosR62-3474/+5968
2019-03-01Update devDependencies. (#28391)XhmikosR2-117/+45
2019-02-28Fix issue template links to the contributing guidelines (#28378)Chris Barr4-4/+4
2019-02-28Update devDependencies and gems. (#28347)XhmikosR3-764/+526
2019-02-27Remove the now unneeded `shrink-to-fit` directive. (#28314)XhmikosR15-16/+16
2019-02-27Use .text-danger for IE not supported cell. (#28371)Bardi Harborow1-1/+1
2019-02-27put secondary navigation in an explicit landmark `nav` and add a label on ↵Laussel Loïc2-3/+3
each nav (#28361)
2019-02-27add an explicit aria-label on link with svg on sample pages (#28360)Laussel Loïc3-3/+3
2019-02-27tests: add tests for plugins version. (#28366)XhmikosR10-16/+42
2019-02-26Fix border if only one card (#28365)Martijn Cuppens1-1/+1
2019-02-26dom/manipulator.js: minor simplification. (#28358)XhmikosR1-15/+14
Combine two checks since we return the same value for both.
2019-02-26karma.conf.js: minor simplification.XhmikosR1-6/+8
2019-02-26remove tests for old jQuery 1.9.x compatibilityJohann-S2-4/+2
2019-02-26move util in a util folder with the sanitizerJohann-S34-587/+557
2019-02-25Create SECURITY.md (#28288)Bardi Harborow1-0/+7
2019-02-24Remove DOMContentLoaded. (#28337)XhmikosR5-223/+213
There's no reason for us to wait here.
2019-02-22Add `--continue-on-error` in `npm run lint`. (#28338)XhmikosR1-1/+1
So if one of the two sub-tasks fails, it still completes linting the other one.