mirror of
https://github.com/less/less.js.git
synced 2026-02-02 02:55:15 -05:00
type-checking stylesheet functions
is-string, is-keyword, is-color, is-number
This commit is contained in:
@@ -27,6 +27,14 @@
|
||||
percentage: 20%;
|
||||
color: #ff0011;
|
||||
}
|
||||
#built-in .is-a {
|
||||
color: true;
|
||||
color: true;
|
||||
color: true;
|
||||
keyword: true;
|
||||
number: true;
|
||||
string: true;
|
||||
}
|
||||
#alpha {
|
||||
alpha: rgba(153, 94, 51, 0.6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user