module documentation

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 ​Css​Lexer For CSS (Cascading Style Sheets).
Class ​Less​Css​Lexer For LESS styleshets.
Class ​Sass​Lexer For Sass stylesheets.
Class ​Scss​Lexer 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
common_sass_tokens =

Undocumented

def _indentation(lexer, match, ctx):

Undocumented

def _starts_block(token, state):

Undocumented

_all_units =

Undocumented

_angle_units: tuple[str, ...] =

Undocumented

_color_keywords =

Undocumented

_css_properties: tuple[str, ...] =

Undocumented

_frequency_units: tuple[str, ...] =

Undocumented

_functional_notation_keyword_values: tuple[str, ...] =

Undocumented

_keyword_values: tuple[str, ...] =

Undocumented

_length_units: tuple[str, ...] =

Undocumented

_other_keyword_values: tuple[str, ...] =

Undocumented

_resolution_units: tuple[str, ...] =

Undocumented

_time_units: tuple[str, ...] =

Undocumented

_vendor_prefixes: tuple[str, ...] =

Undocumented