forked from mirror/_s
Merge pull request #1153 from truongwp/add-white-spaces
Add new line at the end of file and missing white space Also, update PHPCS ruleset to check coding standard for CSS and SCSS files.
This commit is contained in:
commit
9bf12e5851
|
@ -16,8 +16,8 @@
|
|||
-->
|
||||
<arg value="psvn"/>
|
||||
|
||||
<!-- Only check the PHP files. JS files are checked separately with JSCS and JSHint. -->
|
||||
<arg name="extensions" value="php"/>
|
||||
<!-- Only check the PHP, CSS and SCSS files. JS files are checked separately with JSCS and JSHint. -->
|
||||
<arg name="extensions" value="php,css,scss/css"/>
|
||||
|
||||
<!-- Check all files in this directory and the directories below it. -->
|
||||
<file>.</file>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.updated:not(.published){
|
||||
.updated:not(.published) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue