Missing the close parenthesis.
See original GitHub issueHi, i got some css as below, from here:
/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
.logo img{-chrome-:only(;
image-rendering:-webkit-optimize-contrast;
);}
}
after gulp.pipe(cleancss({advanced:false}))
i got this:
@media screen and(-webkit-min-device-pixel-ratio:0){.logo img{-chrome-:only(;image-rendering:-webkit-optimize-contrast}}
but, i want this:
@media screen and(-webkit-min-device-pixel-ratio:0){.logo img{-chrome-:only(;image-rendering:-webkit-optimize-contrast;);}}
The close paren is missing, am i wrong?
npm version: 3.10.6
gulp version: 3.9.1
clean-css version: 3.4.20
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
the formula is missing an opening or closing parenthesis.
I'm using this formula to sort times in a call list while avoiding empty cells. and I'm getting the formula is missing an...
Read more >: Missing closing parenthesis: What does this mean? : r/ARK
I have some stack size multipliers I put in the Game.ini file, and when I launch my server it says in the logs:...
Read more >Syntax error: missing `closing parenthesis` MySQL
Your code may have other errors, but this is definitely incorrect in MySQL: MIN(`average for this subject`, totalAvg).
Read more >8.1 Mistake #1: Forgetting Your Closing Parentheses | BS1009
Therefore, if you are missing your closing parentheses, you should be able to pick it up very quickly as both sides of the...
Read more >Catch Missing Open and Closing Parenthesis After a Function ...
In this debugging tutorial we practice catching missing open and closing parenthesis after a function call. This makes up one part of many ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@SJern no offense. May be syntax error, try the W3C demo , like this :
Due in clean-css 4.