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

Function printCSSNth

  • printCSSNth(n: Nth, opts?: Partial<PrintOptions>): Result<Nth>

    Parameters

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

    Returns Result<Nth>

    See

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

    Example: pattern

    :nth-child(<nth> [of <complex-selector-list>]?) { }
    

    Since

    1.0.0 @NO_SIDE_EFFECTS

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

Settings

Member Visibility
Documentation
  • Loading...

Generated using TypeDoc