Skip to content
New issue

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

generate custom.bootstrap.import.less instead of custom.bootstrap.less #29

Open
Kikobeats opened this issue Dec 22, 2014 · 2 comments
Open

Comments

@Kikobeats
Copy link

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:

{
"generateInclude": true,
"modules": {..} 
}
@Nemo64
Copy link
Owner

Nemo64 commented Dec 23, 2014

What do you need to import? There is already a custom.bootstrap.import.less which contains all variables and mixins.

@Kikobeats
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants