Open Celti opened 6 years ago
A trick to insert (nearly) every unparsed code in LESSPHP: https://github.com/splitbrain/dokuwiki/issues/2254#issuecomment-386814503
I made a patch that is working. This protects CSS grid names automatically for you and should allow for variables to be used in the statement if needed; I have not tested if variables work.
It's not elegant but it works: Pull Request #643
~"screen CSS code from LESS parser"
When attempting to use named grid lines and areas in a LESS stylesheet I get a parse error from
lessphp
.less.js
works just fine.