You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the result of the cssmin task loss of the "/", for example
the source:
.hdLogo {background:url(http://stimgcn1.s-msn.com/msnportal/fashion/2013/content2013/fashion-bg.png) no-repeat -19px -44px;}
the result :
.hdLogo{ background:url(http:/stimgcn1.s-msn.com/msnportal/fashion/2013/content2013/fashion-bg.png) no-repeat -19px -44px}
this bug occured in @import key in main css files.
The text was updated successfully, but these errors were encountered:
the result of the cssmin task loss of the "/", for example
the source:
.hdLogo {background:url(http://stimgcn1.s-msn.com/msnportal/fashion/2013/content2013/fashion-bg.png) no-repeat -19px -44px;}
the result :
.hdLogo{ background:url(http:/stimgcn1.s-msn.com/msnportal/fashion/2013/content2013/fashion-bg.png) no-repeat -19px -44px}
this bug occured in @import key in main css files.
The text was updated successfully, but these errors were encountered: