I'm trying to convert scss file to css, but the error( expected "{" ) shows in following line.
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
2 only screen and (min-device-pixel-ratio: 1.25),
3 only screen and (min-resolution: 200dpi),
4 only screen and (min-resolution: 1.25dppx) {
5 -webkit-font-smoothing: subpixel-antialiased;
6 }