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

Function printCSSPseudoElementSelector

  • printCSSPseudoElementSelector(
        n: PseudoElementSelector,
        opts?: Partial<PrintOptions>,
    ): Result<PseudoElementSelector>

    Parameters

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

    Returns Result<PseudoElementSelector>

    See

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

    Since

    1.0.0

    @NO_SIDE_EFFECTS

    Warning

    It doesn't support args, e.g. ::part() or ::slotted()

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

Settings

Member Visibility
Documentation
  • Loading...

Generated using TypeDoc