mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
fixed selector attributes not parsing with a '-'
This commit is contained in:
@@ -34,6 +34,9 @@ a[href^="http://"] {
|
||||
a[href$="http://"] {
|
||||
color: black;
|
||||
}
|
||||
form[data-disabled] {
|
||||
color: black;
|
||||
}
|
||||
p::before {
|
||||
color: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user