We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey man, I found this repository very useful. However, I need to import some other code.
What is your opinion about add a flag as generateInclude to determinate the export mode?
generateInclude
something as:
{ "generateInclude": true, "modules": {..} }
The text was updated successfully, but these errors were encountered:
What do you need to import? There is already a custom.bootstrap.import.less which contains all variables and mixins.
Sorry, something went wrong.
For example for use bootstap themes (bootswatch):
// Mixins @import "mixins/bootstrap.mixins.import.less"; @import "mixins/images.mixins.import.less"; // Modules @import "modules/constants.import.less"; @import "modules/spaces.import.less"; @import "modules/fonts.import.less"; // Theme @import "vendor/custom.bootstrap.import.less"; @import "themes/lumen.variables.import.less"; @import "themes/lumen.bootswatch.import.less"; // Components @import "components/header.import.less";
I renamed into custom.bootstrap.import.less because I have to control that is loaded before the themes
custom.bootstrap.import.less
No branches or pull requests
hey man, I found this repository very useful. However, I need to import some other code.
What is your opinion about add a flag as
generateInclude
to determinate the export mode?something as:
The text was updated successfully, but these errors were encountered: