aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-05-09Docs unordered lists dropdowns (#28591)Katherine Shaw2-272/+272
Replace snippets and examples in dropdown docs to use semantic `ul` and `li` elements.
2019-05-09Remove Base64 for SVGs. (#28749)XhmikosR2-3/+3
It results in bigger files.
2019-05-09Consistency modification (#28750)zhangbao1-1/+1
2019-05-09v5: Drop all print styles and classes (#28339)Mark Otto8-174/+1
2019-05-08v5: Drop .media (#28265)Mark Otto7-153/+7
2019-05-08Remove hover mixin documentationMartijn Cuppens1-6/+0
2019-05-08Drop all hover mixinsMark Otto20-84/+51
Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
2019-05-08Documentation tweaks (#28679)Martijn Cuppens5-13/+13
* Documentation tweaks * Remove redundant col-12 classes
2019-05-08add icofont to icon options (#28738)Ashfahan Khan1-0/+1
30 Categories , 2100+ SVG and icons from icofont
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR65-102/+102
2019-05-08improve build plugin script to keep file nameJohann-S2-17/+17
2019-05-08Remove the `unicorn/filename-case` rule suppression.XhmikosR2-2/+0
2019-05-08Album example: remove misleading jumbotron-heading classname (#28741)Patrick H. Lauke2-2/+2
2019-05-07Fix incorrect variable for popover border radius (#28733)Shohei Yoshida2-5/+5
* Use $popover-border-radius * Move and rename the local $offset-border-width to the global variable
2019-05-05fix progress bar animation, remove forEach not needed currentlyJohann-S1-9/+8
2019-05-05Configurable container padding (#28554)Martijn Cuppens2-3/+8
2019-05-05Switch from list to map for responsive embeds (#28678)Martijn Cuppens3-17/+38
2019-05-04Fix broken link to css-discuss.incutio.com/wiki/Printing_Tables (#28637)Christian Oliff1-1/+1
Instead now pointing to the most recent Wayback Machine archive copy.
2019-05-03Scrollbar fix (#28417)Martijn Cuppens1-0/+1
2019-05-03More compact color-yiq function (#28514)Martijn Cuppens1-5/+1
2019-05-03[WIP] Bump supported browsers for v5 (#28317)Mark Otto1-7/+7
* Bump supported browsers for v5 - Chrome history: https://en.wikipedia.org/wiki/Google_Chrome_version_history - Firefox latest ESR (v60): https://www.mozilla.org/en-US/firefox/organizations/ - Edge history: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history - Desktop Safari history: https://en.wikipedia.org/wiki/Safari_version_history - Opera history: https://help.opera.com/en/opera-version-history/ * Update .browserslistrc * Roll back Chrome several versions for now Still WIP, but wanting to get this merged, so finding a slightly wider baseline
2019-05-03[WIP] v5: Prep migration docs page (#28472)Mark Otto1-305/+51
* Migration docs page for v5 * Add JS section, tweak some copy * Update migration.md
2019-05-02Headings font style (#28544)Martijn Cuppens2-0/+2
2019-05-02Remove floats from dropdown (#28690)Martijn Cuppens2-2/+0
2019-05-02Update devDependencies. (#28716)XhmikosR2-96/+124
2019-05-02Improve progress-bar-stripes animation (#28697)Martijn Cuppens1-2/+1
- `background-position: 0 0;` is the default background position, so redundant - The background position should only be animated in the x direction - `0%` is a little shorter than `from`
2019-05-02Examples: include favicons. (#28504)XhmikosR1-0/+1
2019-04-30Reboot & Type cleanup (#28698)Martijn Cuppens3-67/+92
- Line height & font family from html were directly overridden by body, so they were redundant thus removed - The remaining properties are moved to body - Shim for IE10 tags removed - hr cleanup - Combined styles from reboot & type - Changed from borders to background - This allows us to keep the color inherited. - Opacity can be used to change the intensity - Size attribute will not change the height instead of making the hr look like an input field - Better variable names - headings cleanup - Moved all element styling to reboot - Type will now extend the element styling. This way we will save some redundant code - small & mark are also moved to reboot. type does not contain any element styling anymore - font weight removed from small, this did not really made sense
2019-04-30Add truncated example of custom file browserMartijn Cuppens1-0/+13
2019-04-30Change custom file markupysds4-72/+55
2019-04-30Remove top marginMartijn Cuppens1-1/+1
2019-04-30Show the other navbar items on small screens too.XhmikosR1-2/+2
2019-04-30Remove IE leftover (#28699)Martijn Cuppens1-1/+0
Removed leftover from #27789
2019-04-29Travis CI: add Node.js 12 and use `cache: npm`. (#28705)XhmikosR1-3/+2
2019-04-29Update devDependencies. (#28655)XhmikosR2-500/+624
2019-04-29docs SVGs: Allow passing a custom title. (#28660)XhmikosR10-10/+10
2019-04-29README.md: remove unneeded query params from badges. (#28704)XhmikosR1-2/+2
2019-04-25Prevent form validation mixin from generating invalid CSS (#28447)Mark Otto1-14/+19
Extrapolates the previously used selector into a new mixin that only generates valid CSS by creating psuedo-classes for `valid` and `invalid`, and nothing else. Fixes #28380.
2019-04-25Sync plain text font-size with `$input-font-size` (#28464)Shohei Yoshida1-0/+1
2019-04-23Separate `$btn-link` colors from `$link-color` (#28681)GeoSot2-2/+4
2019-04-21Remove redundant slashes (#28677)Martijn Cuppens1-3/+3
2019-04-18v5 dist (#28657)XhmikosR48-2046/+2618
2019-04-15update-deps: remove `jquery` exclude. (#28659)XhmikosR1-1/+1
2019-04-15add esm files in our readme (#28654)Johann-S1-0/+4
2019-04-15fix unit tests for chrome mobileJohann-S2-5/+13
2019-04-15Update hugo-bin to v0.43.1 (Hugo 0.55.1). (#28631)XhmikosR6-51/+89
2019-04-15remove custom browserlist for our esm build (#28642)Johann-S2-38/+14
2019-04-15change how bootstrap can be imported in bundlersJohann-S1-5/+6
2019-04-13Add `$custom-control-label-color` variable (#28633)Shohei Yoshida2-0/+3
2019-04-10clean-css: the option is named `breakWith`XhmikosR1-2/+2