LinkedInAttic / hopscotch

A framework to make it easy for developers to add product tours to their pages.
Apache License 2.0
4.19k stars 664 forks source link

Provide more customizations in vars.less #99

Open jmaupoux opened 10 years ago

jmaupoux commented 10 years ago

Hi,

Hopscotch less customization is a bit limited. My need was to change button color and I was surprized not to find hexa colors in vars.less file. I think it would be a usefull enhancement.

By the way, nice tool :)

kate2753 commented 10 years ago

Thank you for the suggestion @jmaupoux . We will consider adding more customization points.

I'm curious how are you using .less files. Do you use this repo's build process, or you do you have your own build set up to convert .less to css?

jmaupoux commented 10 years ago

Hi, I used a custom framework included in my application to compile the .less files on the fly or on build. One process for all less files and libraries.

k10world commented 10 years ago

The #117 checkin is related to this issue. I use web essentials, and on save the less is compiled. It is also compiled on the Visual Studio build for us and on the builds on the server, which includes other grunt-work.