1. 08 Apr, 2017 2 commits
  2. 07 Apr, 2017 2 commits
  3. 03 Apr, 2017 1 commit
  4. 02 Apr, 2017 1 commit
  5. 28 Mar, 2017 4 commits
  6. 26 Mar, 2017 5 commits
  7. 24 Mar, 2017 8 commits
  8. 20 Mar, 2017 6 commits
  9. 19 Mar, 2017 2 commits
  10. 18 Mar, 2017 3 commits
    • Mark Otto's avatar
      fixes #21584 · ec8c2519
      Mark Otto authored
      - revert back to display block for list items to prevent unwanted behaviors
      - fixes a handful of other linked issues (see main thread)
      - updates docs to include more utilities for the one example
      ec8c2519
    • Theriault's avatar
      Add :empty to .custom-file-control selector (#22176) · 6f42daf7
      Theriault authored
      <label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control"></span></label>
      VS
      <label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control">test.txt</span></label>
      6f42daf7
    • naicko's avatar
      Update scss mixins to comply with scss-linting rules (#22151) · 890c6041
      naicko authored
      * Fixed some linting issues
      
      * Run npm tasks after scss cleanup
      
      * Revert "Run npm tasks after scss cleanup"
      
      This reverts commit 1103a0da.
      
      * Property sort order for grid
      
      * Let's respest the property order in the mixins
      
      * Respect property sort order in reboot file
      
      * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable
      
      * Revert hover mixin comment
      
      * Fixed missing mixin hover-focus
      890c6041
  11. 13 Mar, 2017 2 commits
  12. 05 Mar, 2017 4 commits