coderoad / atom-coderoad-deprecated

Interactive tutorial plugin for Atom
https://coderoad.github.io
Apache License 2.0
55 stars 5 forks source link

Handle styles with Aphrodite. #24

Closed ShMcK closed 8 years ago

ShMcK commented 8 years ago

Leverage Aphrodite to load editor theme styles in components and remove messy looking inline styles.

ShMcK commented 8 years ago

Aphrodite styles lead to a flash of unstyled content (before CSS loads).

Stick to inline-styles or inline-styles with Radium.