1. 24 Nov, 2017 4 commits
    • Andres Galante's avatar
      b29e3f2a
    • Mark Otto's avatar
      Rewrite custom form check backgrounds (#24697) · 4829350a
      Mark Otto authored
      * Rewrite custom form check backgrounds
      
      Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true.
      
      Fixes #24598
      
      * restore default vars
      
      * Revamp custom check and radio backgrounds
      
      Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient.
      
      * remove now unused mixin
      
      * mention change in migration docs
      Unverified
      4829350a
    • Mark Otto's avatar
      closes #24450 · fff0116f
      Mark Otto authored
      fff0116f
    • ysds's avatar
      Update typography docs (#24863) · 3506ae97
      ysds authored
      3506ae97
  2. 23 Nov, 2017 3 commits
  3. 20 Nov, 2017 3 commits
  4. 19 Nov, 2017 2 commits
  5. 17 Nov, 2017 1 commit
  6. 16 Nov, 2017 4 commits
  7. 15 Nov, 2017 6 commits
  8. 13 Nov, 2017 2 commits
  9. 11 Nov, 2017 3 commits
    • XhmikosR's avatar
      Remove .hound.yml. · f251e72c
      XhmikosR authored
      We might revisit this later, but currently we get too many FP with our current setup.
      f251e72c
    • XhmikosR's avatar
      Update Hound config. · 0924928c
      XhmikosR authored
      1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream
      2. Remove unneeded ignore from .houndignore
      0924928c
    • Gijs Boddeus's avatar
      fix typo grid.md (#24757) · c7a2689a
      Gijs Boddeus authored
      fixes #24744
      c7a2689a
  10. 09 Nov, 2017 4 commits
  11. 08 Nov, 2017 2 commits
  12. 07 Nov, 2017 6 commits