We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c72fa1 commit a600c08Copy full SHA for a600c08
packages/docs/src/components/theme-scales.js
@@ -44,7 +44,7 @@ export default props => {
44
{table[key].map((property, index) => (
45
<Styled.inlineCode>
46
{!!index && ', '}
47
- {property}
+ <a href={`https://developer.mozilla.org/en-US/docs/Web/CSS/${property}`}>{property}</a>
48
</Styled.inlineCode>
49
))}
50
</td>
0 commit comments