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
I see in this example an @import url(file.css) and I'm not whats going on there. Then I looked here and I see rebase as an option. Not sure what any of this does but it seems useful. Ideally importing CSS from postcss would be the same as importing CSS from JS where the reference gets reused rather than copied wholesale into the file creating duplication. Is that what rebase does?
The text was updated successfully, but these errors were encountered:
I see in this example an
@import url(file.css)
and I'm not whats going on there. Then I looked here and I see rebase as an option. Not sure what any of this does but it seems useful. Ideally importing CSS from postcss would be the same as importing CSS from JS where the reference gets reused rather than copied wholesale into the file creating duplication. Is that what rebase does?The text was updated successfully, but these errors were encountered: