Inital commit with gulp and base asset setup

This commit is contained in:
Dane Everitt 2018-03-27 00:44:14 -05:00
parent 68f0811273
commit 8d704ae5c8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 5786 additions and 18 deletions

View file

@ -0,0 +1,27 @@
/**
* This injects Tailwind's base styles, which is a combination of
* Normalize.css and some additional base styles.
*/
@import "tailwindcss/preflight";
/**
* This injects any component classes registered by plugins.
*/
@import "tailwindcss/components";
/**
* Here you would add any of your custom component classes; stuff that you'd
* want loaded *before* the utilities so that the utilities could still
* override them.
*/
/**
* This injects all of Tailwind's utility classes, generated based on your
* config file.
*/
@import "tailwindcss/utilities";
/**
* Here you would add any custom utilities you need that don't come out of the
* box with Tailwind.
*/