Occasionally, I notice people incorporating code like this:
<style lang="scss"> ... </style>
<style lang="stylus"> ... </style>
I checked the documentation for the style tag and found that lang
is not a valid attribute. Is it advisable to use lang
in this way when creating scoped styles involving additional CSS preprocessor languages?