I have some programming logic in my css file like

.background {
    <# if(variable == true) {>
       background: transparent;
    <# }
 }

Can we ignore the <# , if keywords and the webpack let me ignore these keywords and build it without errors.

0

There are 0 best solutions below