1. 24 Apr, 2020 2 commits
  2. 31 Mar, 2020 1 commit
  3. 24 Mar, 2020 1 commit
  4. 27 Sep, 2019 1 commit
  5. 25 Jul, 2019 1 commit
    • Martijn Cuppens's avatar
      Drop `color()`, `theme-color()` & `gray()` functions (#29083) · 1c05c1db
      Martijn Cuppens authored
      Drop `color()`, `theme-color()` & `gray()` functions  in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. 
      
      Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
      1c05c1db
  6. 18 Jul, 2019 1 commit
  7. 12 Jul, 2019 1 commit
    • Mark Otto's avatar
      v5: Forms update (#28450) · aaf03bdc
      Mark Otto authored
      * Initial spike of consolidated form checks
      
      * Stub out forms rearrangement
      
      - Prepping to drop non-custom file and range inputs
      - Prepping to merge custom and native checks and radios (with switches)
      - Prepping to merge custom select with form select
      - Moving docs arround so forms has it's own area given volume of CSS
      
      * Move input group Sass file to forms subdir
      
      * Start to split and move the docs around
      
      * Simpler imports
      
      * Copyediting
      
      * delete overview file
      
      * Remove commented out code
      
      * remove the custom-forms import
      
      * rewrite flex-check as form-check, replace all custom properties
      
      * Remove old forms doc
      
      * stub out new subpage link section
      
      * update migration guide
      
      * Update nav, forms overview in page nav, and descriptions
      
      * fix check bg position
      
      * fix margin-top calculation
      
      * rename .custom-select to .form-select
      
      * Update validation styles for new checks
      
      * add some vertical margin, fix inline checks
      
      * fix docs examples...
      aaf03bdc
  8. 09 May, 2019 1 commit
  9. 08 May, 2019 1 commit
    • Mark Otto's avatar
      Drop all hover mixins · 1d4d9f8d
      Mark Otto authored
      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.
      1d4d9f8d
  10. 07 Feb, 2019 1 commit
  11. 14 Jan, 2019 1 commit
  12. 21 Dec, 2018 1 commit
  13. 15 Dec, 2018 1 commit
  14. 14 Dec, 2018 1 commit
  15. 20 Oct, 2018 1 commit
  16. 15 Jul, 2018 1 commit
  17. 20 Jan, 2018 1 commit
  18. 19 Jan, 2018 1 commit
  19. 23 Dec, 2017 1 commit
  20. 10 Oct, 2017 1 commit
  21. 06 Oct, 2017 1 commit
  22. 22 Aug, 2017 5 commits
  23. 02 Jul, 2017 1 commit
  24. 28 Jun, 2017 1 commit
  25. 13 Jun, 2017 1 commit
    • Patrick Yeo's avatar
      Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`,... · c349f591
      Patrick Yeo authored
      Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`, `$table-bg-hover`, `$table-bg-active`, `$table-inverse-bg-accent`, `$table-inverse-bg-hover` to `$table-cell-padding-sm`, `$table-accent-bg`, `$table-hover-bg`, `$table-active-bg`, `$table-inverse-accent-bg`, `$table-inverse-hover-bg`, respectively (#22414)
      c349f591
  26. 16 Apr, 2017 1 commit
    • Patrick Yeo's avatar
      Rename variable $input-border-focus to $input-border-color-focus (#22413) · dd0ce3e4
      Patrick Yeo authored
      * Rename variable $input-border-focus to $input-border-color-focus
      * Rename variables $pagination-hover-border, $pagination-active-border, $pagination-disabled-border to $pagination-hover-border-color, $pagination-active-border-color, $pagination-disabled-border-color, respectively
      * Rename variables $state-*-border to $state-*-border-color, respectively
      * Rename variables $alert-*-border to $alert-*-border-color
      * Rename $list-group-active-border to $list-group-active-border-color
      * Rename $table-inverse-border to $table-inverse-border-color
      * Rename $btn-*-border to $btn-*-border-color
      * Rename $navbar-*-toggler-border to $navbar-*-toggler-border-color
      dd0ce3e4
  27. 20 Mar, 2017 4 commits
  28. 21 Jan, 2017 1 commit
    • Mark Otto's avatar
      Drop Normalize, port relevant parts to Reboot (#21741) · 4fa77494
      Mark Otto authored
      * Get this party started by removing mention of Normalize.css
      
      * Nuke the old comment, consolidate to a single line and number as appropriate
      
      * Bring over styles for HTML element from Normalize to Reboot
      
      * Move margin override for body element from Normalize to Reboot
      
      * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support
      
      * Building on previous commit, do the same thing for figure, figcaption, and main
      
      * Remove IE9- display from Normalize given our browser support
      
      * Drop IE8 figure margin because we're IE10+
      
      * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already
      
      * Drop Safari 6 b and strong normalization because we're Safari 8+
      
      * Remove mark styles for IE9- from Normalize
      
      * Remove old iOS audio fixes from Normalize
      
      * Remove IE9- display for progress from Normalize
      
      * Remove more IE9- rules from Normalize
      
      * One more IE9- display removal for canvas element
      
      * Move pre overrides from Normalize to Reboot
      
      * Move over some link resets to Reboot, drop others
      
      - Move over background-color and text-decoration
      - Drop focus outline change given it affects the offset on hover of
      focused links
      
      * Move over more code element resets, consolidate with pre overrides, too
      
      * Move over sub and sup wholesale
      
      * Move over img normalization to Reboot
      
      * Move over SVG override too
      
      * - Drop dupe hidden, but add comment for it
      - Move over template
      - Move over summary
      
      * Remove bulk of @viewport comment
      
      * edit down that code comment
      
      * consolidate html-based normalizations
      
      * update comments
      
      * Consolidate abbr styles
      
      * move over more type elements
      
      * move over hr changes
      
      * move over form controls and more
      
      * move over button resets
      
      * move over firefox button changes
      
      * move over search changes and more
      
      * we nuke all these styles for fieldsets anyway, so outright remove them
      
      * no need for those, we override them
      
      * move over legend, fieldset, progress
      
      * line break
      
      * delete normalize file
      
      * linting
      
      * update comment
      
      * clarify docs mentions of normalize and reboot
      
      * remove normalize excludes from linter
      
      * remove normalize excludes from cli task
      
      * linting
      
      * callout license since we forked part of normalize
      
      * Improve comments, move table background reset to .table class instead of in reboot
      
      * trailing space
      4fa77494
  29. 03 Jan, 2017 1 commit
    • Mark Otto's avatar
      Drop .table-reflow · bd72b959
      Mark Otto authored
      Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright.
      bd72b959
  30. 22 Dec, 2016 1 commit
  31. 20 Dec, 2016 1 commit
  32. 26 Nov, 2016 1 commit