Plugin styling not applied when not installed via ACP
Solved
Plugin Development
-
Hi all,
I am developing a plugin and I could not get the styling to be applied. Then when I checked against already available plugins, seems styling doesn't work when installed using
npm link
ornpm i <package>
.If it's any help, the following is my directory structure of the plugin I am developing:
└── nodebb-plugin-quickstart └── static └── style.scss
The following is my plugin.json
{ ... "scss": [ "static/style.scss" ], ... }
Any help would be appreciated.
Thank you! -
-
Copyright © 2024 NodeBB | Contributors