@razerspine/pug-ui-kit 1.3.0 → 1.3.1

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
- # Changelog
3
+ ## [1.3.1] - 2026-02-11
4
+
5
+ ### Fixed
6
+ - Fixed broken SCSS imports caused by incorrect "exports" configuration in v1.3.0.
7
+ - Restored compatibility with sass-loader and webpack.
4
8
 
5
9
  ## [1.3.0] - 2026-02-11
6
10
 
package/index.js CHANGED
@@ -5,6 +5,7 @@ module.exports = {
5
5
  fonts: path.join(__dirname, 'fonts'),
6
6
  scss: path.join(__dirname, 'scss'),
7
7
  less: path.join(__dirname, 'less'),
8
+ style: path.join(__dirname, 'style'),
8
9
  mixins: path.join(__dirname, 'mixins')
9
10
  },
10
11
  // helper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razerspine/pug-ui-kit",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Shared Pug mixins for Webpack Starter templates",
5
5
  "keywords": [
6
6
  "pug",
@@ -8,6 +8,7 @@
8
8
  "mixins"
9
9
  ],
10
10
  "main": "index.js",
11
+ "style": "style/style.min.css",
11
12
  "files": [
12
13
  "mixins",
13
14
  "fonts",
@@ -26,14 +27,6 @@
26
27
  "clean": "rm -rf style",
27
28
  "prepublishOnly": "npm run build"
28
29
  },
29
- "style": "scss/ui-kit.scss",
30
- "less": "less/ui-kit.less",
31
- "exports": {
32
- ".": "./index.js",
33
- "./style": "./style/style.min.css",
34
- "./style/style.css": "./style/style.css",
35
- "./style/style.min.css": "./style/style.min.css"
36
- },
37
30
  "author": "Razerspine",
38
31
  "repository": {
39
32
  "type": "git",