@comet-cli/plugin-documentation
Version:
Plugin for generating API documentation
30 lines (24 loc) • 699 B
CSS
/**
* This injects Tailwind's base styles, which is a combination of
* Normalize.css and some additional base styles.
*/
@import "tailwindcss/base";
/**
* 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.
*/
@import "custom.pcss";