module documentation

pygments.lexers.css ~~~~~~~~~~~~~~~~~~~ Lexers for CSS and related stylesheet formats. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :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 _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 = (source)

Undocumented

def _indentation(lexer, match, ctx): (source)

Undocumented

def _starts_block(token, state): (source)

Undocumented

_all_units = (source)

Undocumented

_angle_units: tuple[str, ...] = (source)

Undocumented

_color_keywords = (source)

Undocumented

_frequency_units: tuple[str, ...] = (source)

Undocumented

_functional_notation_keyword_values: tuple[str, ...] = (source)

Undocumented

_keyword_values: tuple[str, ...] = (source)

Undocumented

_length_units: tuple[str, ...] = (source)

Undocumented

_other_keyword_values: tuple[str, ...] = (source)

Undocumented

_resolution_units: tuple[str, ...] = (source)

Undocumented

_time_units: tuple[str, ...] = (source)

Undocumented

_vendor_prefixes: tuple[str, ...] = (source)

Undocumented