-
Notifications
You must be signed in to change notification settings - Fork 10
Styling Modules
esr360 edited this page Feb 8, 2020
·
12 revisions
One of the most powerful aspects of Synergy is the ability to style modules. Synergy allows you to use either Sass or JavaScript for styling your modules.
A module's styles are controlled by the style realm
, typically as a separate styles.{js|scss}
file.
Synergy uses Polymorph for styling modules with JavaScript
Synergy uses Cell for styling modules with Sass
See the Using Sass With Synergy page
See the Polymorph Wiki for more information
TODO