postcss-custom-properties
postcss-custom-properties copied to clipboard
Non-passive change for ImportFrom Priority
Summary
Recently the importFrom property was given maximum priority in #222 to resolve #215. The change in priority was no-passive and is breaking the theme strategy in our builds. We need to lock in at 9.1.1 to maintain our applications theming.
Proposed Solution
Is it possible to revert this change and add an additional property to specify the priority order? The default order would then be the import order before #222 and if the importFrom needed precedence, this can be indicated via configuration.
Fixed as of 12.1.0
@emilyrohrbough Took a while but there is a new flag (overrideImportFromWithRoot: true) to control this behaviour.