Blocks :
|
|
Blocks :
|
CSS internals don't need the ObservableList. The ObservableList exists so that if tooling (scene builder) adds and removes declarations, the declarations (or selectors) are updated to know (or forget) about the rule. add Rule#getUnobservableSelectorList() and Rule#getUnobservableDeclarationsList() for CSS internals to use.
|