Files
self 0a3a91a62a
CI / Test (push) Failing after 17s
feat: add Kobold plugin scaffold
Generate the initial Kobold external plugin with host-backed tests, browser-safe asset bundling, and the MVP PRD under docs/.
2026-05-27 16:19:27 +02:00

14 lines
323 B
CSS

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