Inital commit with gulp and base asset setup
This commit is contained in:
parent
68f0811273
commit
8d704ae5c8
8 changed files with 5786 additions and 18 deletions
27
resources/assets/pterodactyl/css/main.css
Normal file
27
resources/assets/pterodactyl/css/main.css
Normal 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.
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue