gajus / gajus/babel-plugin-react-css-modules
Cannot configure postcss-import plugin?
Open
question
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way to configure postcss-import plugin?
Something like
```
"plugins": [
"postcss-import", {
"path": ["path1", "path2"]
},
"postcss-each",
"postcss-cssnext"
]
```
I can see the error that it should be string.
```
[ { keyword: 'type',
dataPath: '.filetypes[\'.css\'].plugins[0]',
schemaPath: '#/properties/filetypes/patternProperties/%5C..*/properties/plugins/items/type',
params: { type: 'string' },
message: 'should be string' } ]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.