webpack/css-loader

I have some programming logic in my css file.

Closed this issue · 1 comments

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

Answered