I have some programming logic in my css file.
Closed this issue · 1 comments
shamim-apex commented
I have some classes in my CSS like
Unknown word
1 | .background {
2 | <# if(variable == true) {#>
3 | background: transparent;
| ^
4 | <# }
5 | }
How can i compress my file without any error
alexander-akait commented
Answered