mirror of
https://github.com/less/less.js.git
synced 2026-02-18 10:51:53 -05:00
add more is-* functions
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
keyword: true;
|
||||
number: true;
|
||||
string: true;
|
||||
pixel: true;
|
||||
percent: true;
|
||||
em: true;
|
||||
}
|
||||
#alpha {
|
||||
alpha: rgba(153, 94, 51, 0.6);
|
||||
|
||||
@@ -38,6 +38,9 @@
|
||||
keyword: is-keyword(hello);
|
||||
number: is-number(32);
|
||||
string: is-string("hello");
|
||||
pixel: is-pixel(32px);
|
||||
percent: is-percentage(32%);
|
||||
em: is-em(32em);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user