Replies: 1 comment
-
Hey @Jevin0! 👋 I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. Let's squash those bugs together! To transform the provided LESS files into CSS files with the appropriate Before:
@import (reference) "../b/index.less";
.a {}
.b {} After:
@import url('../b/index.css');
.a {}
.b {} The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
before:
`
a/index.less
b/index.less
`
after:
`
a/index.css
b/index.css
`
Beta Was this translation helpful? Give feedback.
All reactions