You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
14 lines
323 B
CSS
14 lines
323 B
CSS
/*
|
|
* Plugin CSS entry point.
|
|
*
|
|
* Served at /plugins-assets/aether/aether.css
|
|
* and included in the page layout if declared in manifest.json assets.global_css.
|
|
*
|
|
* Prefix all selectors with your plugin name to avoid collisions
|
|
* with host or other plugin styles.
|
|
*/
|
|
|
|
.aether {
|
|
/* Plugin-scoped styles go here */
|
|
}
|