Skip to content
Snippets Groups Projects
Commit ad743d1a authored by Klaus Purer's avatar Klaus Purer
Browse files

Disabled Squiz CSS newline error in nested declarations, this is not in the Drupal CSS standards.

parent 1b8024a0
Branches
Tags
No related merge requests found
......@@ -97,3 +97,15 @@
.profile__picture {
float: right; /* LTR */
}
@media screen and (max-width: 1152px) {
#wrapper {
max-width: 960px;
}
#top-area .column:last-child {
margin-right: 0;
}
#copyright {
padding: 0 10px;
}
}
......@@ -204,6 +204,9 @@
<severity>0</severity>
</rule>
<rule ref="Squiz.CSS.ClassDefinitionOpeningBraceSpace" />
<rule ref="Squiz.CSS.ClassDefinitionOpeningBraceSpace.AfterNesting">
<severity>0</severity>
</rule>
<rule ref="Squiz.CSS.ColonSpacing" />
<rule ref="Squiz.CSS.DisallowMultipleStyleDefinitions" />
<rule ref="Squiz.CSS.EmptyClassDefinition" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment