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

Support internal Sass/SCSS in HTML #17672

Open
4 tasks done
movahhedi opened this issue Jul 13, 2024 · 2 comments · May be fixed by #17816
Open
4 tasks done

Support internal Sass/SCSS in HTML #17672

movahhedi opened this issue Jul 13, 2024 · 2 comments · May be fixed by #17816
Labels
enhancement New feature or request feat: css

Comments

@movahhedi
Copy link

Description

The support of internal Sass/SCSS in HTML.

<!DOCTYPE html>
<html id="root">

<head></head>

<body>
	<style lang="scss">
		body {
			.hello {
				color: red;
			}
		}
	</style>

	<h1 class="hello">Hello</h1>
</body>

</html>

The example is, of course, just a test.

Suggested solution

Supporting of internal Sass/SCSS in HTML.

Alternative

No response

Additional context

No response

Validations

@bluwy
Copy link
Member

bluwy commented Jul 15, 2024

I believe this was discussed before and would be nice to support (#8400 (comment))

@bluwy
Copy link
Member

bluwy commented Oct 16, 2024

Copying the meeting result: #17816 (comment)

We discussed about this PR in the last team meeting. We concluded that if not many tools (e.g. IDEs, formatter) supports this it won't be useful and prefer not having it in core. If you know any tools that support this format, please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feat: css
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants