1. 19 Feb, 2016 2 commits
    • Russell Beye's avatar
      Document .pos-f-t utility class; fixes #18494 · e91c9e28
      Russell Beye authored
      Add documentation to components/utilities to publicly expose the
      .pos-f-t utility class to users.
      
      Closes #18799
      [skip sauce]
      e91c9e28
    • Tobias's avatar
      Document the possibility of extending the $spacers map · bf734252
      Tobias authored
      It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
      Example:
      ```
      $spacers: (
        0: (
          x:   0,
          y:   0
        ),
        1: (
          x:   $spacer-x,
          y:   $spacer-y
        ),
        2: (
          x:   ($spacer-x * 1.5),
          y:   ($spacer-y * 1.5)
        ),
        3: (
          x:   ($spacer-x * 3),
          y:   ($spacer-y * 3)
        ),
        4: (
          x:   ($spacer-x * 5),
          y:   ($spacer-y * 5)
        )
      );
      ```
      
      Closes #18706
      [skip sauce]
      bf734252
  2. 17 Feb, 2016 1 commit
  3. 16 Feb, 2016 1 commit
  4. 11 Feb, 2016 2 commits
  5. 09 Feb, 2016 3 commits
  6. 08 Feb, 2016 4 commits
  7. 07 Feb, 2016 7 commits
  8. 06 Feb, 2016 1 commit
    • Mark Otto's avatar
      Drop .center-block for .m-x-auto · c59dbe56
      Mark Otto authored
      - Both classes do about the same thing, but with different names
      - Clarifies docs for .m-x-auto requiring a fixed width block element for it to work
      - Add missing heading for clearfix section in docs (unrelated)
      c59dbe56
  9. 04 Feb, 2016 2 commits
  10. 29 Jan, 2016 1 commit
  11. 26 Jan, 2016 1 commit
  12. 24 Jan, 2016 1 commit
  13. 18 Jan, 2016 1 commit
  14. 15 Jan, 2016 1 commit
  15. 14 Jan, 2016 2 commits
  16. 13 Jan, 2016 1 commit
  17. 11 Jan, 2016 1 commit
  18. 07 Jan, 2016 2 commits
  19. 06 Jan, 2016 6 commits