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.
1 parent a6b2eac commit 62309e2Copy full SHA for 62309e2
packages/processor-css/lib/css.js
@@ -1,6 +1,6 @@
1
import stylelint from 'stylelint';
2
import {cosmiconfig} from 'cosmiconfig';
3
-import alignSpaces from 'align-spaces';
+import {alignSpaces} from 'align-spaces';
4
import {createConfigLoader} from './config-loader.js';
5
6
const loadConfig = createConfigLoader({
packages/processor-css/package.json
@@ -25,7 +25,7 @@
25
},
26
"dependencies": {
27
"@stylistic/stylelint-plugin": "^5.0.0",
28
- "align-spaces": "^2.0.0",
+ "align-spaces": "^3.0.0",
29
"cosmiconfig": "^9.0.0",
30
"deepmerge": "^4.2.2",
31
"stylelint": "^17.0.0",
0 commit comments