Skip to content
New issue

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

[html] support less syntax in html file #59445

Open
Tracked by #171547
haochenli opened this issue Sep 26, 2018 · 1 comment
Open
Tracked by #171547

[html] support less syntax in html file #59445

haochenli opened this issue Sep 26, 2018 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality html HTML support issues
Milestone

Comments

@haochenli
Copy link

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>
@vscodebot vscodebot bot added the html HTML support issues label Sep 26, 2018
@haochenli haochenli reopened this Oct 12, 2018
@aeschli aeschli changed the title support less and sass syntax in html file [html] support less syntax in html file Oct 12, 2018
@aeschli aeschli added this to the Backlog milestone Oct 12, 2018
@aeschli
Copy link
Contributor

aeschli commented Oct 12, 2018

see #57469 for scss

@aeschli aeschli added the feature-request Request for new features or functionality label Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality html HTML support issues
Projects
None yet
Development

No branches or pull requests

2 participants