fix lesshint

This commit is contained in:
afc163 2016-03-13 15:28:56 +08:00
parent ed3cda06a2
commit d393f496ff
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@
"jsonp": "^0.2.0",
"less": "~2.6.0",
"less-loader": "^2.2.0",
"lesshint-antd": "^1.2.1",
"lesshint": "^1.2.1",
"lodash": "^4.1.0",
"nico-jsx": "~0.8.2",
"postcss-loader": "^0.8.0",

View File

@ -9,7 +9,7 @@
background-color: rgba(55, 55, 55, 0.6);
height: 100%;
z-index: 1000;
filter: alpha(opacity=50);
filter: ~"alpha(opacity=50)";
&-hidden {
display: none;

View File

@ -43,7 +43,7 @@
&:after {
content: "";
position: absolute;
background: rgba(255,255,255,0.01);
background: rgba(255, 255, 255, 0.01);
}
&-hidden {