Peter
Peter
I have other less files that I need to append after the bootstrap file. How about just making an option to make the generated custom.bootstrap.less into an importable file, so...
I have done that, however the generated bootstrap css file overwrites my custom one. I think the issue is that the generated bootstrap css file overwrites everything, so I lose...
I get what you are getting at, and I have tried them already. It always ends up the bootstrap generated css overriding mine.
My current setup: client/lib/custom.bootstrap.less client/stylesheets/components/components.import.less client/overrides.import.less client/styles.less In my styles.less @import "lib/custom.bootstrap.mixins.import.less"; @import "stylesheets/components/xxxxxxxx.import.less"; @import "stylesheets/overrides.import.less";
Works perfect if I try your second suggestion, which is what I was saying all along :) If this is the recommended solution then I can stick with it. But...
client/lib/custom/astyle.less (see if alphabetical) client/lib/custom.bootstrap.less My styles are still being overwritten. May I ask how your styles are structured if it's working for you?
From the meteor documentation, it is desired behavior for the bootstrap less file to be in the lib, as that should get loaded first. From there, we would want to...
I have tried the many different directory schemes and was not able to successfully override the resulting generated file. I ended up just taking the outputted custom.bootstrap.less file and renaming...
I just tried the version from @Nemo64 and it works great. Now if there were only a package for font-awesome as well.
I've opened an issue on Nemo's repo, I'm currently having the same issue.