egoist / egoist/rollup-plugin-postcss

extensions option not working

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

Description

I have been trying to figure out how to make this plugin only run on `.css` files, and exclude `.scss` files. I thought I could accomplish this by setting `extensions: ['.css']`, but this still runs on the `.scss` files. How can I exclude files?

The reason I want to run rollup-plugin-sass on the `scss` and rollup-plugin-postcss on the `css` is because I want to inject some third party css into the head, but I want to create separate css theme files from my scss as well. If that is possible here, I could just use one plugin, but I cannot figure it out.

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.