gajus / gajus/babel-plugin-react-css-modules
Cannot configure postcss-import plugin?
Aperta
question
- Lingua principale
- JavaScript
- Stelle
- 2k
- Fork
- 159
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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' } ]
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.