feature(package) add stylelint

This commit is contained in:
coderaiser 2016-03-01 11:12:40 -05:00
parent 61da12a012
commit 4b19e76fff
10 changed files with 103 additions and 78 deletions

View file

@ -7,11 +7,11 @@
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html{
html {
color: #222;
}
body {
body {
margin: 0;
}
@ -20,16 +20,17 @@ body {
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
/*
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
/* =============================================================================
Links
========================================================================== */
a:focus { outline: thin dotted; }
a:focus {
outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
a:hover,
a:active {
outline: 0;
}