Skip to content

Commit

Permalink
docs: modify link (#2777)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimplesY committed Apr 1, 2024
1 parent 88a601b commit 306ead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/sfc-css-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ A `<style module>` tag is compiled as [CSS Modules](https://github.com/css-modul

The resulting classes are hashed to avoid collision, achieving the same effect of scoping the CSS to the current component only.

Refer to the [CSS Modules spec](https://github.com/css-modules/css-modules) for more details such as [global exceptions](https://github.com/css-modules/css-modules#exceptions) and [composition](https://github.com/css-modules/css-modules#composition).
Refer to the [CSS Modules spec](https://github.com/css-modules/css-modules) for more details such as [global exceptions](https://github.com/css-modules/css-modules/blob/master/docs/composition.md#exceptions) and [composition](https://github.com/css-modules/css-modules/blob/master/docs/composition.md#composition).

### Custom Inject Name {#custom-inject-name}

Expand Down

0 comments on commit 306ead6

Please sign in to comment.