You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @eliot-akira, could you update the version of SASS in the plugin? I'm told some of the frontend folks have encountered linting issues and I know we've got a few open issues related to L&L's style tab. Might be worth updating that to see if that might address the issues people have encountered. Sorry I don't have more specifics, I've just been asked to be the messenger to ask for an update :)
The text was updated successfully, but these errors were encountered:
Sass linter and syntax hightlight for the code editor on the frontend (@codemirror/lang-sass)
As you've probably noticed, the Sass language is a moving target and SCSS-PHP implements only a subset of the specs. Maintaining compatibility has been a bit of a pain, and I'm also somewhat dissatisfied with the direction the language is changing recently.
I'm wondering if we can eventually transition to using plain CSS as the default, since CSS has grown to incorporate Sass-like features such as variables and nested rules. Another angle I'm considering is to use the browser-build of the official compiler ("reference implementation") called dart-sass. I've noted down the idea for the future:
Hey @eliot-akira, could you update the version of SASS in the plugin? I'm told some of the frontend folks have encountered linting issues and I know we've got a few open issues related to L&L's style tab. Might be worth updating that to see if that might address the issues people have encountered. Sorry I don't have more specifics, I've just been asked to be the messenger to ask for an update :)
The text was updated successfully, but these errors were encountered: