SassNinja / postcss-extract-media-query

PostCSS plugin to extract all media query from CSS and emit as separate files.
MIT License
130 stars 20 forks source link

Is it possible to use several entries? #34

Open Ifenkiul opened 2 years ago

Ifenkiul commented 2 years ago

Hello. In readme you mentioned that it's possible to use custom entry for specific css file. Is it possible to use several entries for several files? Can we customize each output for every entry ( if several entries are possible)? Thanks.

SassNinja commented 2 years ago

Hi @Ifenkiul

sorry for my late response

I assume you're using my plugin standonlone? Can you share an example setup? Usually it shouldn't be necessary to use the entry option as that information should already be present.

SassNinja commented 2 years ago

I've added an example for using just the postcss-cli and even in this case I don't need the entry option. Therefore it would be really helpful to see your setup so that I better understand how you're using my plugin.