How to include a third-party CSS file in my custom plugin?
-
You can use import in one of your less files like this:
@import (inline) './thing.css';
Or you can add an entry to
staticDirs
and add it to the header:
https://github.com/NodeBB/nodebb-plugin-emoji/blob/master/lib/index.ts#L80Or you can add it under the
less
array.
Copyright © 2024 NodeBB | Contributors