registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

New LESS coming ... #126

Open mhulse opened 11 years ago

mhulse commented 11 years ago

I upgraded Bulldog's build today to use grunt-contrib-less v0.6.1 and I ran into some issues with LESS. One noticable one was the changes to math. See:

http://lesscss.org/

I'm rolling back to the last working LESS. I need more free time to figure out what in my code is not backwards compatible and what is a bug with grunt-contrib-less.

mhulse commented 11 years ago

Note to future self ... This might be meaningful:

(~"@var") selector interpolation is removed. Use @{var} in selectors to have variable selectors

https://github.com/less/less.js/blob/master/CHANGELOG.md