You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Private attributes that describe the library, modifiable at construction
Value methods that produce computed values for properties (shorthand for rgba(), modular font-sizes, etc.)
Mixins that produce rulesets to be passed as mixins. Methods are prefixed with _
A .transform that manipulates the style tree before it is rendered by Descartes. Should take in the style tree as an argument and return a new style tree. This allows for custom rules, rule prefixing, etc.
I've had an initial attempt with Plato.js - you can see that within the src for what this might look like.
The text was updated successfully, but these errors were encountered:
Extensions should be:
_
.transform
that manipulates the style tree before it is rendered by Descartes. Should take in the style tree as an argument and return a new style tree. This allows for custom rules, rule prefixing, etc.I've had an initial attempt with
Plato.js
- you can see that within thesrc
for what this might look like.The text was updated successfully, but these errors were encountered: