Skip to content

Commit d533060

Browse files
authored
Merge pull request #964 from shawnbot/patch-1
Link CSS properties to MDN
2 parents 1d7efdd + d96dc20 commit d533060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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+
<Styled.a href={`https://developer.mozilla.org/en-US/docs/Web/CSS/${property}`}>{property}</Styled.a>
4848
</Styled.inlineCode>
4949
))}
5050
</td>

0 commit comments

Comments
 (0)