added purgecss and cssnano

This commit is contained in:
Danny Coates 2018-10-25 16:49:22 -07:00
parent 211404237a
commit d881755814
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 2190 additions and 695 deletions

View file

@ -1,6 +1,6 @@
@import 'tailwindcss/preflight';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@tailwind preflight;
@tailwind components;
@tailwind utilities;
a {
color: inherit;