Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
178 B

7 years ago
  1. /**
  2. * list
  3. *
  4. *
  5. *
  6. */
  7. @mixin cripsy-boilerplate-list-reset() {
  8. list-style: none;
  9. margin: 0;
  10. padding: 0;
  11. li {
  12. margin: 0;
  13. padding: 0;
  14. }
  15. }