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.

19 lines
233 B

4 years ago
  1. /**
  2. *
  3. *
  4. *
  5. *
  6. */
  7. @mixin components__icon() {
  8. .icon {
  9. &:before {
  10. display: inline-block;
  11. }
  12. &--close {
  13. &:before {
  14. content: "\274C";
  15. }
  16. }
  17. }
  18. }