andywer / andywer/postcss-theme
Allow generic @imports
Aberta
question
- Linguagem predominante
- JavaScript
- Estrelas
- 84
- Forks
- 2
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Wouldn't it make sense to simply allow something like `@import theme(colors)`? We rely on `postcss-css-variables` and we don't need `postcss-modules-values`, so we'd simply like this plugin to inject the correct theme folder path.
This is the error
```
Error:
@import 'theme(colors)';
^
File to import not found or unreadable: theme(colors)
```
Any thoughts?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.