i want to ignore some file example ```css /* pxtorem-ignore */ // then the file will be ignore ... .div1 { width: 100px; // ignored } .div2 { height: 100px; // ignored } ... ``` what can i do?
i want to ignore some file
example
what can i do?