@newlogic-digital/core 4.1.0-next.1 → 4.1.0-next.2
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/index.js +1 -1
- package/package.json +2 -1
package/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { Features as LightningCssFeatures, browserslistToTargets } from 'lightni
|
|
|
10
10
|
import process from 'node:process'
|
|
11
11
|
import heroicons from '@newlogic-digital/vite-plugin-heroicons'
|
|
12
12
|
import { fileURLToPath } from 'node:url'
|
|
13
|
-
import { processPostcssCustomProperties } from '
|
|
13
|
+
import { processPostcssCustomProperties } from './src/postcssCustomProperties.js'
|
|
14
14
|
|
|
15
15
|
const { name } = getPackageInfo(import.meta.url)
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newlogic-digital/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.0-next.
|
|
4
|
+
"version": "4.1.0-next.2",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"newlogic-core": "./bin/newlogic-core.js"
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"lightningcss": "^1.32.0",
|
|
30
30
|
"npm-check-updates": "^20.0.0",
|
|
31
31
|
"oxlint": "^1.58.0",
|
|
32
|
+
"postcss-custom-properties": "^15.0.1",
|
|
32
33
|
"stylelint-config-standard": "^40.0.0",
|
|
33
34
|
"vituum": "^2.0.1"
|
|
34
35
|
},
|