meteor-bootstrap icon indicating copy to clipboard operation
meteor-bootstrap copied to clipboard

custom.bootstrap.less is autogenerated with errors

Open grigio opened this issue 10 years ago • 3 comments

While Building the application:
client/styles/custom.bootstrap.less:609:22: Less compiler error: variable @link-hover-decoration is undefined

grigio avatar Dec 18 '14 16:12 grigio

ok, I fixed it removing custom.bootstrap.import.less an adding back my changes.

Is there a better way to keep our custom changes and to be sure that custom.bootstrap.import.less will survive to the future updates?

// This File is for you to modify!
// It won't be overwritten as long as it exists.
// You may include this file into your less files to benefit from
// mixins and variables that bootstrap provides.

grigio avatar Dec 18 '14 17:12 grigio

I actually have no idea. The best way would probably be to add variable overwrites into the json file and make the variables less generate from scratch with those overwrites.

Nemo64 avatar Dec 20 '14 19:12 Nemo64

This happens when one updates and the underlying LESS variables change between versions. I haven't thought up a simple way to fix this, but probably documenting this fact would be a good idea as a start.

emgee3 avatar Mar 31 '15 04:03 emgee3