Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions