mirror of
https://github.com/less/less.js.git
synced 2026-02-05 20:44:58 -05:00
rename is-* functions to is*
This commit is contained in:
@@ -32,15 +32,15 @@
|
||||
color: color("#ff0011");
|
||||
|
||||
.is-a {
|
||||
color: is-color(#ddd);
|
||||
color: is-color(red);
|
||||
color: is-color(rgb(0, 0, 0));
|
||||
keyword: is-keyword(hello);
|
||||
number: is-number(32);
|
||||
string: is-string("hello");
|
||||
pixel: is-pixel(32px);
|
||||
percent: is-percentage(32%);
|
||||
em: is-em(32em);
|
||||
color: iscolor(#ddd);
|
||||
color: iscolor(red);
|
||||
color: iscolor(rgb(0, 0, 0));
|
||||
keyword: iskeyword(hello);
|
||||
number: isnumber(32);
|
||||
string: isstring("hello");
|
||||
pixel: ispixel(32px);
|
||||
percent: ispercentage(32%);
|
||||
em: isem(32em);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user