Skip to content

Commit

Permalink
fix: update css vocabs link
Browse files Browse the repository at this point in the history
  • Loading branch information
aroyan committed May 20, 2023
1 parent a08714f commit b962b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/tooling/stylelint.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The full list of supported tags:
- `sc-property`
- `sc-value`

> If you are in doubt of the vocabulary you can refer to [this CSS vocabulary list](https://byui-cit.github.io/wdd130/activities/cssvocab.html) with examples.
> If you are in doubt of the vocabulary you can refer to [this CSS vocabulary list](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference) with examples.
For example, when you interpolate another styled component, what you really interpolate is its unique selector. Since the processor doesn't know that, you can tell it to replace it with a selector when linting:

Expand Down

0 comments on commit b962b16

Please sign in to comment.