Home
DevCentral
Search
Configure Global Search
Log In
Transactions
P127
Change Details
Change Details
Old
New
Diff
>>> 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 }
>>> 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 }
Continue