gulp-community / gulp-less

A LESS plugin for Gulp
559 stars 116 forks source link

why i use gulp-less transform z-index, the less output a strange value #275

Closed cirsiron closed 7 years ago

cirsiron commented 7 years ago

for example:

less:
z-index:  1000;

i got this:

css:
z-index: 7;
stephenlacy commented 7 years ago

not related to this project - open on less.js