sheet top-level property

AbstractStyleSheet sheet
read / write

An AbstractStyleSheet which will be used to manipulate CSS styles across the library.

You can change this to your liking.

Implementation

AbstractStyleSheet sheet =
    isServer ? new ServerStyleSheet() : new BrowserStyleSheet()