1. 13 Mar, 2018 2 commits
  2. 12 Mar, 2018 3 commits
  3. 08 Mar, 2018 2 commits
  4. 04 Mar, 2018 2 commits
  5. 03 Mar, 2018 1 commit
  6. 02 Mar, 2018 1 commit
  7. 24 Feb, 2018 4 commits
  8. 19 Feb, 2018 3 commits
    • Pierre GIRAUD's avatar
      Be more explicit where to find variables (#25624) · 24a5376a
      Pierre GIRAUD authored
      * Tell where to find the variables to override
      
      * Be consistent with path to _variables.scss
      
      * Get rid of some 'our' in the doc
      
      Replaced by 'Boostrap's' when relevant
      24a5376a
    • Mark Otto's avatar
      Custom range input (#25600) · 470b4472
      Mark Otto authored
      * added the styling
      
      * added the documentation
      
      * update for one rule per line
      
      * fix hound error: trailing whitespace
      
      * trimmed off vendor prefixes
      
      * Add note about track and thumb
      
      * Psuedo-elements must be split across multiple rulesets to have an affect
      
      * Fix firefox inner focus
      
      * Seems that FF is the only one affected by this
      
      * Add support for gradients
      
      * Add labels, clarify min/max changes
      
      * add step example
      
      * add custom range vars
      Unverified
      470b4472
    • Martijn Cuppens's avatar
      3dd0bde6
  9. 16 Feb, 2018 2 commits
  10. 14 Feb, 2018 1 commit
  11. 13 Feb, 2018 1 commit
  12. 12 Feb, 2018 1 commit
  13. 11 Feb, 2018 3 commits
  14. 09 Feb, 2018 1 commit
  15. 03 Feb, 2018 2 commits
  16. 31 Jan, 2018 4 commits
  17. 30 Jan, 2018 1 commit
  18. 28 Jan, 2018 1 commit
  19. 23 Jan, 2018 2 commits
  20. 22 Jan, 2018 2 commits
  21. 21 Jan, 2018 1 commit
    • Taufek Johar's avatar
      Add CSS Utility for `auto` width and height Properties (#24249) · 2b42ef0d
      Taufek Johar authored
      Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are:
      
      1. 25%
      2. 50%
      3. 75%
      4. 100%.
      
      Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value
      back to the browser default value at some point.
      2b42ef0d