gajus / gajus/babel-plugin-react-css-modules

Cannot configure postcss-import plugin?

Open
#136 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.