We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For my information, it seems like vscode doesn't support less and sass in html file, so can we make an extensions to support it?
some thing like this:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> **<style lang="less"> .a { width: 200px; background-color: #af1b3b; .box { flex-direction: column; justify-content: center; align-items: center; } } </style>** </head> <body> </body> </html>
The text was updated successfully, but these errors were encountered:
see #57469 for scss
Sorry, something went wrong.
Add support for <style type="text/less">
<style type="text/less">
f6940b9
fixes microsoft#59445
aeschli
Successfully merging a pull request may close this issue.
For my information, it seems like vscode doesn't support less and sass in html file, so can we make an extensions to support it?
some thing like this:
The text was updated successfully, but these errors were encountered: