Skip to content

Commit

Permalink
Merge pull request #964 from shawnbot/patch-1
Browse files Browse the repository at this point in the history
Link CSS properties to MDN
  • Loading branch information
jxnblk authored Jun 4, 2020
2 parents 1d7efdd + d96dc20 commit d533060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/theme-scales.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default props => {
{table[key].map((property, index) => (
<Styled.inlineCode>
{!!index && ', '}
{property}
<Styled.a href={`https://developer.mozilla.org/en-US/docs/Web/CSS/${property}`}>{property}</Styled.a>
</Styled.inlineCode>
))}
</td>
Expand Down

0 comments on commit d533060

Please sign in to comment.