Skip to content

Import Bootstrap and include in SASS compilation, so variable names, mix-ins, etc can be used/extended #26

Description

@iJungleboy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions