You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
Hi.
I'm trying to get variables declared in specific file from any other .pcss file.
I'm doing it this way: require('postcss-custom-properties')({ preserve: false, importFrom: 'src/styles/base.css', }),
The problem is it is working only if I use css-file for my variables, and if I use it like this importFrom: 'src/styles/base.pcss it is not