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.