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
The following SCSS code block gets incorrectly marked as invalid in
docs/theming/theme_barceloneta.md.Pygments demo
Compare on Sass Playground.
Reported in pygments/pygments#2818