dynamic selectors

Allows things like:

  a:nth-child(@var) {}
This commit is contained in:
Alexis Sellier
2011-12-15 22:16:12 +01:00
parent 9e48460eff
commit db72c646bb
6 changed files with 30 additions and 3 deletions

View File

@@ -22,3 +22,6 @@
.alpha {
filter: alpha(opacity=42);
}
a:nth-child(2) {
border: 1px;
}