replace the word "dashes" with "hyphens" (#37705)

This commit is contained in:
Daniel Veazey
2019-11-07 00:19:39 -06:00
committed by Manish Giri
parent 3119da3ec5
commit 7f4531aed0

View File

@ -8,7 +8,7 @@ forumTopicId: 301086
## Description ## Description
<section id='description'> <section id='description'>
To create a CSS variable, you just need to give it a name with two dashes in front of it and assign it a value like this: To create a CSS variable, you just need to give it a name with two hyphens in front of it and assign it a value like this:
```css ```css
--penguin-skin: gray; --penguin-skin: gray;