I'm pretty sure this isn't a dupe, but please correct me if I'm wrong (new bootstrap user). When creating a subtheme with the starter subtheme, I received several missing variable errors when compiling style.less with lessc. I copied the missing variables from the Bootstrap source variables.less file to update the subtheme's copy.
The attached patch restores headings, nav-pills-border-radius, breadcrumb-seperator, and responsive layout/grid variables. I see the deprecation notices for the device name variables slated for Bootstrap 3.0.1. I've put 'em back in, but sounds like they're about to come out?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | less-vars-2104549-3.patch | 562 bytes | herom |
| bootstrap_subtheme_less_variables.patch | 3.82 KB | thumb |
Comments
Comment #1
markhalliwellThanks @thumb!
Committed d18b235 to 7.x-3.x:
Comment #2
el7cosmosWell, i can't say.
This patch only work for master branch. If someone using bower, or download the release package for v.3.0.0, its gonna be another error when compiling less.
Comment #3
herom commented@container-lg-desktopshouldn't have been removed in the patch.let's bring it back.
Comment #4
el7cosmosMaybe all deprecated variables shouldn't be removed until v.3.0.1 released
Comment #5
markhalliwellThanks @herom!
Committed ff68577 to 7.x-3.x:
Comment #6
valkum commented