-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
If I have a central file that defines all my custom units, could this plugin grow an option to import a file so one could just use the units throughout a project?
For example, define a rem-px unit in a variables.css file:
:root {
--unit-rpx: 0.0625rem;
}And then anywhere else in the project simply use 5rpx; or something like that without having to import/re-declare?
Metadata
Metadata
Assignees
Labels
No labels