diff --git a/releases/next/docs/stylesheet.html b/releases/next/docs/stylesheet.html index 267fcdc37a2..c864d5c639b 100644 --- a/releases/next/docs/stylesheet.html +++ b/releases/next/docs/stylesheet.html @@ -1,4 +1,4 @@ -
A StyleSheet is an abstraction similar to CSS StyleSheets
Create a new StyleSheet:
A StyleSheet is an abstraction similar to CSS StyleSheets
Create a new StyleSheet:
StyleSheet, e.g.:co Alternatively, this method can be used to lookup IDs, returned by StyleSheet.register.
NOTE: Exercise caution as abusing this can tax you in terms of optimizations.
IDs enable optimizations through the bridge and memory in general. Refering -to style objects directly will deprive you of these optimizations.
Example:
Example: