fix: code to use @html-selector variable (#35186)

This commit is contained in:
Jefferson Rafael Kozerski 2022-04-23 02:19:02 -03:00 committed by GitHub
parent 2d654bf96d
commit 68b2344c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
// An override for the html selector for theme prefixes
@html-selector: html;
html {
@{html-selector} {
@base-primary: @blue-6;
// ========= Primary Color =========