rkhat
Results
2
issues of
rkhat
So basically the only way for a correct mapping is to have one include with no other code in js file. Adding anything gives an incorrect map for everything beyond...
bug
The [beautifier](http://html.fwpolice.com/css/) adds a semicolon inside the media query at the end. According to w3 css-validator, this is an error. Example: ``` css @media (max-width: 767px) { h1 { font-size:...