Lexers for CSS and related stylesheet formats.
Unknown Field: copyright | |
Copyright 2006-2021 by the Pygments team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Class | CssLexer |
For CSS (Cascading Style Sheets). |
Class | LessCssLexer |
For LESS styleshets. |
Class | SassLexer |
For Sass stylesheets. |
Class | ScssLexer |
For SCSS stylesheets. |
Variable | common_sass_tokens |
Undocumented |
Function | _indentation |
Undocumented |
Function | _starts_block |
Undocumented |
Variable | _all_units |
Undocumented |
Variable | _angle_units |
Undocumented |
Variable | _color_keywords |
Undocumented |
Variable | _css_properties |
Undocumented |
Variable | _frequency_units |
Undocumented |
Variable | _functional_notation_keyword_values |
Undocumented |
Variable | _keyword_values |
Undocumented |
Variable | _length_units |
Undocumented |
Variable | _other_keyword_values |
Undocumented |
Variable | _resolution_units |
Undocumented |
Variable | _time_units |
Undocumented |
Variable | _vendor_prefixes |
Undocumented |