@@ -91,17 +91,17 @@ scales help you build UI rooted in constraint-based design principles.
9191- The next evolution of Styled System
9292- From the creators of utility-based, atomic CSS methodologies
9393- Theme-based styling with the ` sx ` prop
94- - Style [ MDX] [ ] content with a simple, expressive API
95- - Works with [ Typography.js] [ ] themes
9694- Compatible with virtually any UI component library
9795- Works with existing [ Styled System] [ ] components
9896- Quick mobile-first responsive styles
9997- Built-in support for dark modes
10098- Primitive page layout components
101- - Plugin for use in [ Gatsby] [ ] sites and themes
10299- Completely customizable with robust theming
103100- Built with a standard [ Theme Specification] [ ] for interoperability
104101- Built with [ Emotion] [ ] for scoped styles
102+ - Plugin for use in [ Gatsby] [ ] sites and themes
103+ - Style [ MDX] [ ] content with a simple, expressive API
104+ - Works with [ Typography.js] [ ] themes
105105
106106[ emotion ] : https://emotion.sh
107107[ mdx ] : https://mdxjs.com
@@ -217,9 +217,9 @@ export default (props) => (
217217- [ The ` sx ` Prop] ( https://theme-ui.com/sx-prop )
218218- [ Layout] ( https://theme-ui.com/layout )
219219- [ Color Modes] ( https://theme-ui.com/color-modes )
220+ - [ Theme Spec] ( https://theme-ui.com/theme-spec )
220221- [ Themed] ( https://theme-ui.com/themed )
221222- [ MDX Components] ( https://theme-ui.com/mdx-components )
222- - [ Theme Spec] ( https://theme-ui.com/theme-spec )
223223- [ Gatsby Plugin] ( https://theme-ui.com/packages/gatsby-plugin )
224224- [ API] ( https://theme-ui.com/api )
225225
0 commit comments