#PostCSS plugin can't alter CSS resolve

1 messages · Page 1 of 1 (latest)

crimson verge
#

I'm updating an old project, which uses postcss-partial-import to alter how files are imported in CSS.

However, some debugging indicates that when using Vite the plugin is unable to hook into ID resolving.

I can't see anything in the vite options to influence this. Where should I look next?

urban turret
#

looks to be fairly out of date, does the plugin work with whatever postcss version is being used?

crimson verge
#

it's an old postcss version, too...

#

Sadly, the history here seems to be the project was using "precss", which then became unmaintained, so this project switched to adding each of the postcss plugins it used, individually.