mirror of
https://github.com/less/less.js.git
synced 2026-02-02 02:55:15 -05:00
dynamic selectors
Allows things like:
a:nth-child(@var) {}
This commit is contained in:
@@ -22,3 +22,6 @@
|
||||
.alpha {
|
||||
filter: alpha(opacity=42);
|
||||
}
|
||||
a:nth-child(2) {
|
||||
border: 1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user