-
I'm in the process of upgrading from v3 to v4 but I can't find any documentation of the Does anyone know what to use instead? Here is an example of what I'm trying to replace: .work_year {
@screen lg {
top: 30%;
}
@screen xl {
top: 50%;
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Feb 18, 2025
Replies: 1 comment 1 reply
-
You use .work_year {
@variant lg {
top: 30%;
}
@variant xl {
top: 50%;
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
billy-le
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You use
@variant
: