1. 25 Nov, 2019 1 commit
  2. 31 Oct, 2019 2 commits
  3. 18 Oct, 2019 1 commit
  4. 06 Sep, 2019 1 commit
  5. 29 Aug, 2019 3 commits
  6. 14 Aug, 2019 1 commit
  7. 26 Jul, 2019 1 commit
  8. 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
  9. 20 Jul, 2019 1 commit
  10. 14 Jul, 2019 1 commit
    • Mark Otto's avatar
      Drop breakpoint CSS custom properties (#29020) · cdb6504e
      Mark Otto authored
      Media queries do not support CSS custom properties (CSS variables), so we've had some useless variables lying around since shipping v4. This finally removes them and the associated documentation content that explained the situation.
      
      Fixes #29012.
      cdb6504e
  11. 18 Jun, 2019 1 commit
  12. 09 May, 2019 1 commit
  13. 13 Mar, 2019 2 commits
    • XhmikosR's avatar
      Add a docsref shortcode. · 5d6e896e
      XhmikosR authored
      This allows for the build to fail if a reference isn't found.
      5d6e896e
    • XhmikosR's avatar
      Switch to Hugo. · d95d3002
      XhmikosR authored
      No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
      d95d3002
  14. 11 Feb, 2019 1 commit
  15. 07 Feb, 2019 1 commit
  16. 22 Jan, 2019 1 commit
  17. 20 Jan, 2019 1 commit
  18. 04 Jan, 2019 1 commit
  19. 21 Dec, 2018 2 commits
    • XhmikosR's avatar
      Remove unneeded redirects. · 140abf4c
      XhmikosR authored
      140abf4c
    • Mark Otto's avatar
      Prep for v4.2.0 release · eda851ee
      Mark Otto authored
      - Move 4.1 docs to 4.2
      - Update versions everywhere to 4.1.3 with release script
      - Manually bump the shorthand version in package.json
      - Add 4.2 to the versions docs page
      - Update some redirects
      - Fix tests asset URLs
      - Bump Nuget and more
      eda851ee
  20. 12 Dec, 2018 1 commit
  21. 21 Nov, 2018 1 commit
  22. 03 Nov, 2018 1 commit
  23. 14 Oct, 2018 1 commit
  24. 12 Jul, 2018 1 commit
    • Mark Otto's avatar
      Reorganize docs for easier deploys · 0e920ce3
      Mark Otto authored
      With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
      0e920ce3
  25. 08 Jul, 2018 1 commit
    • Mark Otto's avatar
      Restore feedback icons on validated form fields · 8d8d3ef8
      Mark Otto authored
      - Only applies to textual inputs and textareas with `.form-control` and selects with `.custom-select`
      - Wrap the feedback icons in a Sass variable option, $enable-validation-icons, so folks who theme can disable
      - Update docs to summarize styles, mention the icons, include a textarea demo, and add mention of the Sass variable option to the Theming section
      8d8d3ef8
  26. 11 Jun, 2018 1 commit
  27. 09 Apr, 2018 1 commit
    • Mark Otto's avatar
      Ship v4.1.0 (#26218) · 8f7bd419
      Mark Otto authored
      * update docs path from docs/4.0/ to docs/4.1/
      
      * bump version to 4.1.0
      
      * Update redirects to work for 4.1 docs move
      
      * Update docs version switcher to include latest and link to 4.0 docs
      
      * re-run dist
      
      * Update package-lock.json
      
      * Update docs-navbar.html
      8f7bd419
  28. 05 Apr, 2018 1 commit
  29. 16 Mar, 2018 1 commit
  30. 12 Mar, 2018 1 commit
  31. 24 Feb, 2018 1 commit
  32. 19 Feb, 2018 1 commit
  33. 11 Feb, 2018 1 commit
  34. 15 Jan, 2018 1 commit
  35. 11 Jan, 2018 1 commit
    • Mark Otto's avatar
      Deprecate hover media query shim and mixins (#25270) · 92cc0aba
      Mark Otto authored
      * Deprecate hover media query shim and mixins
      
      Fixes #25195.
      
      This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin.
      
      * Mention in docs and variables that it's deprecated
      92cc0aba