chore(i18n,curriculum): processed translations (#43546)

This commit is contained in:
camperbot
2021-09-23 08:38:58 -07:00
committed by GitHub
parent aa3c6987e3
commit fd544c02a5
22 changed files with 128 additions and 113 deletions

View File

@ -15,6 +15,9 @@ dashedName: use-css-animation-to-change-the-hover-state-of-a-button
```html
<style>
img {
width: 30px;
}
img:hover {
animation-name: width;
animation-duration: 500ms;