This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/assets/pterodactyl/styles/main.css
2018-03-31 16:33:10 -05:00

24 lines
379 B
CSS

/**
* Tailwind Preflight Classes
*/
@import "tailwindcss/preflight";
@import "tailwindcss/components";
/**
* Pterodactyl Specific CSS
*/
@import "components/animations.css";
@import "components/authentication.css";
@import "components/buttons.css";
/**
* Tailwind Utilities
*/
@import "tailwindcss/utilities";
/**
* Assorted Other CSS
*/
body {
@apply .font-sans;
}