Files
tribes-plugin-aether/assets/css/my_plugin.css
2026-03-25 12:42:19 +01:00

14 lines
332 B
CSS

/*
* Plugin CSS entry point.
*
* Served at /plugins-assets/my_plugin/my_plugin.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.
*/
.my-plugin {
/* Plugin-scoped styles go here */
}