Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Build: Fix all css files to conform to style guide #8172

Closed
wants to merge 1 commit into from

Conversation

arschmitz
Copy link
Contributor

Add csslint and css comb for code style enforcement

Add csslint and css comb for code style enforcement
@arschmitz arschmitz force-pushed the css branch 2 times, most recently from bb7472f to 44a2d08 Compare July 2, 2015 06:13
@@ -1,27 +1,39 @@
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
from { opacity: 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rule and the ones below should really be indented as

from {
    opacity: 0;
}

if writing them on one line is no longer considered OK.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright. We agreed on IRC to just go with this indentation for now.

@gabrielschulhof
Copy link

👍

arschmitz added a commit that referenced this pull request Jul 8, 2015
@arschmitz arschmitz closed this Jul 8, 2015
arschmitz added a commit to arschmitz/jquery-mobile that referenced this pull request Jul 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants