We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be6d535 + 7f9a0f1 commit 8df1221Copy full SHA for 8df1221
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# NHS.UK frontend Changelog
2
3
+## Unreleased
4
+
5
+:wrench: **Fixes**
6
7
+We've made fixes to NHS.UK frontend in the following pull requests:
8
9
+- [#1301: Support webpack `sass-loader` pkg: scheme with nested paths](https://github.com/nhsuk/nhsuk-frontend/pull/1307)
10
11
## 9.5.2 - 14 May 2025
12
13
:wrench: **Fixes**
package.json
@@ -15,11 +15,10 @@
15
},
16
"./*": "./*",
17
"./packages/*": {
18
- "sass": "./packages/*.scss",
+ "sass": "./packages/*",
19
"default": "./packages/*.js"
20
21
"./packages/*.js": "./packages/*.js",
22
- "./packages/*.scss": "./packages/*.scss",
23
"./package.json": "./package.json"
24
25
"main": "packages/index.js",
0 commit comments