• Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • svelte-ast-print
  • svelte-ast-print/css
  • printCSSAttributeSelector

Function printCSSAttributeSelector

  • printCSSAttributeSelector(
        n: AttributeSelector,
        opts?: Partial<PrintOptions>,
    ): Result<AttributeSelector>

    Parameters

    • n: AttributeSelector
    • opts: Partial<PrintOptions> = {}

    Returns Result<AttributeSelector>

    See

    https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors

    Example: syntax

    [name<?matcher><?"value"> flags?]
    

    Since

    1.0.0 @NO_SIDE_EFFECTS

    • Defined in pkgs/svelte-ast-print/src/css/mod.ts:147

Settings

Member Visibility
Documentation
  • Loading...

Generated using TypeDoc