Page MenuHomeDevCentral
Paste P127

csslint css/app.css (docker.nasqueron.org)
ActivePublic

Authored by dereckson on Nov 14 2015, 17:49.
Tags
None
Referenced Files
F12435: csslint css/app.css (docker.nasqueron.org)
Mar 12 2016, 03:49
Subscribers
None
>>> Lint for css/app.css:
Warning (CSSLint) CSSLint
Don't use adjoining classes.
32 line-height: 1;
33 }
34
>>> 35 .batch.large {
36 font-size: 32px;
37 margin-bottom: 0.5em;
38 color: #2C3E50;
Warning (CSSLint) CSSLint
The universal selector (*) is known to be slow.
46 General style
47 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
48
>>> 49 * {
50 font-family: 'Poppins', sans-serif;
51 }
52
Warning (CSSLint) CSSLint
Don't use IDs in selectors.
54 Hero
55 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
56
>>> 57 #hero {
58 padding-top: 1em;
59 padding-bottom: 1em;
60 margin-bottom: 1em;
Warning (CSSLint) CSSLint
Don't use IDs in selectors.
64 color: #EEEFF7;
65 }
66
>>> 67 #hero .logo {
68 margin-bottom: 1em;
69 text-align: center;
70 }