It's impossible to override bootstrap variables and compile it again in the subtheme as the basetheme already have a compiled static css file which will make it very hard to update and override bootstrap variables in a proper way.
check varbase 7 theme : http://cgit.drupalcode.org/varbase/tree/themes/vartheme?h=7.x-3.x
I think that the base theme should have only theme templates and some hooks instead of having a compiled css file.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | varbase-conflicts_between_subtheme_basetheme_stylesheets-2843810-5.patch | 1.19 KB | mqanneh |
Comments
Comment #2
mqannehComment #3
rajab natshahWe will have number of sessions:
Please do not wast time before that.
You do have number of options.
1. Exclusive and exclude some of the base theme libraries.
2. Double load, which I'm trying to avoid.
3. Load on vartheme base theme only.
4. Only load in sub theme.
Which one do you think is better? or if you do have other options
You could exclude in Drupal 8.. It's not like Drupal 7
Haven’t you read my last comment on #2843640: Missing bootstrap libraries include in theme info file
Comment #4
rajab natshahComment #5
mqannehCheck updated patch file.
Comment #6
rajab natshahComment #8
rajab natshahThank you.
Committed 2843810-5.patch with a bit of change for (RTL) right to left websites.
Rewarded :)
Comment #9
rajab natshahComment #10
rajab natshah