Skip to content

WARNING: Lexing literal_block ... as "scss" resulted in an error at token: '$' #870

@stevepiercy

Description

@stevepiercy

The following SCSS code block gets incorrectly marked as invalid in docs/theming/theme_barceloneta.md.

$border-radius:               1rem;
.searchButton.btn.btn-secondary {
    border-radius: 0 $border-radius $border-radius 0;
}

Pygments demo

Compare on Sass Playground.

Reported in pygments/pygments#2818

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