I'm trying to use https://github.com/Idered/cssParentSelector with less. I'm wondering if there's a way to have less ignore a few lines and just add them as is to a css file.
body! > .modal-trigger:checked { overflow: hidden; } presents a ParseError: Unrecognised input error.
If you put body! > .modal-trigger:checked { overflow: hidden; } in a css file it works as expected.