Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CSS

Package version

Holds useful CSS-related methods. No object with this interface are implemented: it contains only static methods and therefore is a utilitarian interface.

Hierarchy

  • CSS

Index

Methods

Methods

escape

  • escape(value: string): string
  • Parameters

    • value: string

    Returns string

supports

  • supports(property: string, value?: undefined | string): boolean
  • Parameters

    • property: string
    • Optional value: undefined | string

    Returns boolean

Generated using TypeDoc