leafo / lessphp

LESS compiler written in PHP
http://leafo.net/lessphp
Other
2.2k stars 530 forks source link

Disable converting rgb to hex #316

Open drrobotnik opened 11 years ago

drrobotnik commented 11 years ago

it seems like by default you're converting rgb values to hex. Is there any way to disable this?

leafo commented 11 years ago

Is this causing a problem or is this just preference?

drrobotnik commented 11 years ago

Not an error. So, preference. I'm retrieving the rgb values to manipulate in JS. I put them as RGB values in the less file, and the compiler is automatically converting them.