tailwindcss/src/tailwind.css
Adam Wathan 1da5eb4d4c Add @tailwind-reset rule
...with basic reset support.

Might want to rename the rule because of that annoying Less issue where
it fails without any parameters, like `@tailwind reset` or something.
Super G and inconsistent with `@tailwind-utilities all` though. Who
knows.
2017-10-07 17:59:28 -04:00

4 lines
43 B
CSS

@tailwind-reset;
@tailwind-utilities all;