mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix isunit() not able to check if dimension is unitless, i.e. unit is empty.
This commit is contained in:
@@ -137,6 +137,7 @@
|
||||
pixel: true;
|
||||
percent: true;
|
||||
em: true;
|
||||
unitless: true;
|
||||
cat: true;
|
||||
case-insensitive-1: true;
|
||||
case-insensitive-2: true;
|
||||
|
||||
Reference in New Issue
Block a user