Skip to content

Commit

Permalink
Add some CSS references
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Sep 27, 2024
1 parent 8f83169 commit e13e5f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/languages/css.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ references:
':not()': https://developer.mozilla.org/en-US/docs/Web/CSS/:not
':has()': https://developer.mozilla.org/en-US/docs/Web/CSS/:has
transition: https://developer.mozilla.org/en-US/docs/Web/CSS/transition
transition-duration: >-
https://developer.mozilla.org/en-US/docs/Web/CSS/transition-duration
opacity: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
transform: https://developer.mozilla.org/en-US/docs/Web/CSS/transform
transform-origin: >-
Expand Down Expand Up @@ -167,3 +169,5 @@ references:
'@keyframes': >-
https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes
animation: https://developer.mozilla.org/en-US/docs/Web/CSS/animation
animation-duration: >-
https://developer.mozilla.org/en-US/docs/Web/CSS/animation-duration

0 comments on commit e13e5f6

Please sign in to comment.