nodebb-theme-flawless-rp 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme.scss +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nodebb-theme-flawless-rp",
3
3
  "type": "theme",
4
- "version": "1.0.13",
4
+ "version": "1.0.15",
5
5
  "description": "Flawless Roleplay — Underground Criminal Empire theme for NodeBB. Dark obsidian backgrounds, gold/amber accents, Barlow Condensed typography.",
6
6
  "author": "Flawless Roleplay Team",
7
7
  "license": "MIT",
package/theme.scss CHANGED
@@ -1,3 +1,3 @@
1
1
  /* Flawless Roleplay theme entrypoint for NodeBB SCSS builds. */
2
- @import "static/styles/flawless.css";
3
- @import "less/flawless-nodebb119-compat.less";
2
+ @import "less/flawless-nodebb119-compat.less";
3
+ @import "static/styles/flawless.less";