Skip to content

Commit 366c87a

Browse files
authored
Merge pull request #139 from WPMaestros/master
Update css.md - correct grammar error
2 parents 656acd7 + 28ab066 commit 366c87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wordpress-coding-standards

wordpress-coding-standards/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Example:
157157

158158
Updated on 2014-02-13, after [[27174](https://core.trac.wordpress.org/changeset/27174)]:
159159

160-
We use [Autoprefixer](https://github.com/postcss/autoprefixer) as a pre-commit tool to easily manage necessary browser prefixes, thus making the majority of this section moot. For those interested in following that output without using Grunt, vendor prefixes should go longest (-webkit-) to shortest (unprefixed). All other spacing remains as per the rest of standards.
160+
We use [Autoprefixer](https://github.com/postcss/autoprefixer) as a pre-commit tool to easily manage necessary browser prefixes, thus making the majority of this section moot. For those interested in following that output without using Grunt, vendor prefixes should go longest (-webkit-) to shortest (unprefixed). All other spacing remains as per the rest of the standards.
161161

162162
```css
163163
.sample-output {

0 commit comments

Comments
 (0)