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

@ -1,6 +1,6 @@
.view {
font-size: 16px;
white-space :pre;
white-space: pre;
outline: 0;
}
@ -11,12 +11,12 @@
.view-overlay {
display : block;
background : rgb(255, 255, 255);
background : rgb(255, 255, 255);
background : rgba(255, 255, 255, 0.1);
}
.fancybox-wrap {
/*
/*
* when search element with
* document.elementFromPoint
*/