Bootstrap 4 has a lot of variable conventions, like $primary for the primary color (I think it used to be $brand-primary or something in BS3).
The 2sxc-content-templates are set up to take any "standard" bootstrap4 theme - so you can run SASS on them and rebuild all the content-element styles. But this theme uses other names, like $primary-color or $light-grey (which should be $gray-100 or $gray-200 if you use the bootstrap 4 conventions).
It would be good, if these variable names would be the same as the bootstrap conventions.
Bootstrap 4 has a lot of variable conventions, like
$primaryfor the primary color (I think it used to be$brand-primaryor something in BS3).The 2sxc-content-templates are set up to take any "standard" bootstrap4 theme - so you can run SASS on them and rebuild all the content-element styles. But this theme uses other names, like
$primary-coloror$light-grey(which should be$gray-100or$gray-200if you use the bootstrap 4 conventions).It would be good, if these variable names would be the same as the bootstrap conventions.