forked from mirror/_s
Update from master.
This commit is contained in:
commit
c45e5f8743
|
@ -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