Skip to content
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

Styling a Module With Sass

See the Using Sass With Synergy page

Styling a Module With JavaScript

See the Polymorph Wiki for more information

TODO

Clone this wiki locally