egoist / egoist/rollup-plugin-postcss

[feature] support auto import a file like variable.scss

Open
#347 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
689
Forks
210
PR merge metrics
No merged PRs in 30d

Description

now just support prepend code from
```js
postcss({
use: {
sass: {
data: '@import \'path/to/variable.scss\';',
},
},
}),
```
but the releative is dynamic
wish support it like https://github.com/postcss/postcss-import

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.