Using a different syntax in <style lang="scss">
See original GitHub issueInfo
- Platform: macOS
- Vetur version: 0.17.1
- VS Code version: 1.32.3
Problem
Using alternative syntaxes for scss.
Is it possible to use this syntax in <style lang="scss">
blocks?
https://marketplace.visualstudio.com/items?itemName=macieklad.tailwind-sass-syntax
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Syntax - Sass
Sass supports two different syntaxes. Each one can load the other, so it's up to you and your team which one to choose....
Read more >Sass Basics
Sass has two syntaxes! The SCSS syntax ( .scss ) is used most commonly. It's a superset of CSS, which means all valid...
Read more >Sass: @use
The @use rule loads mixins, functions, and variables from other Sass stylesheets, and combines CSS from multiple stylesheets together. Stylesheets loaded by @ ......
Read more >Style Rules - Sass
Style rules are the foundation of Sass, just like they are for CSS. And they work the same way: you choose which elements...
Read more >Property Declarations - Sass
In Sass as in CSS, property declarations define how elements that match a selector are styled. But Sass adds extra features to make...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use
"vetur.validation.style": false
, since@tailwind
is not valid css (or scss).That only deals with syntax, not error checking.