Skip to content

Commit 87b7844

Browse files
shawnbotAlexandru Pavaloi
authored andcommitted
Link CSS properties to MDN
1 parent 1d7efdd commit 87b7844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/components/theme-scales.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default props => {
4444
{table[key].map((property, index) => (
4545
<Styled.inlineCode>
4646
{!!index && ', '}
47-
{property}
47+
<a href={`https://developer.mozilla.org/en-US/docs/Web/CSS/${property}`}>{property}</a>
4848
</Styled.inlineCode>
4949
))}
5050
</td>

0 commit comments

Comments
 (0)