Skip to content

Feature request: Add a shortcode or string to quickly add responsive css #3

@SyntaxSamurai43

Description

@SyntaxSamurai43

Example:

--mobile p {
color: red;
}

Rewrites to:

@media (max-width:767px) {
.fl-node-1d43q3gf56s p {
color: red;}
}

The max-width for mobile can be pulled from BB global settings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions