@newlogic-digital/core 0.8.1 → 0.8.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.
Files changed (2) hide show
  1. package/modules/Utils.js +1 -3
  2. package/package.json +2 -2
package/modules/Utils.js CHANGED
@@ -266,9 +266,7 @@ export class Utils {
266
266
  }
267
267
  }
268
268
  postcssPlugins(config, after) {
269
- let plugins = [postcssImport, postcssNesting({
270
- noIsPseudoSelector: true
271
- }), postcssCustomMedia, postcssCustomSelectors];
269
+ let plugins = [postcssImport, postcssNesting, postcssCustomMedia, postcssCustomSelectors];
272
270
 
273
271
  if (Exists.postcssConfig) {
274
272
  return {config: root}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newlogic-digital/core",
3
3
  "type": "module",
4
- "version": "0.8.1",
4
+ "version": "0.8.2",
5
5
  "main": "index.js",
6
6
  "author": "New Logic Studio s.r.o.",
7
7
  "description": "Set of tools that can be used to create modern web applications",
@@ -42,7 +42,7 @@
42
42
  "postcss-custom-properties": "^12.0.4",
43
43
  "postcss-custom-selectors": "^6.0.0",
44
44
  "postcss-import": "^14.0.2",
45
- "postcss-nesting": "^10.1.2",
45
+ "postcss-nesting": "^8.0.1",
46
46
  "rollup": "^2.63.0",
47
47
  "rollup-plugin-import-map": "^2.2.2",
48
48
  "rollup-plugin-terser": "^7.0.2",