question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using a different syntax in <style lang="scss">

See original GitHub issue
  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • 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:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
octrefcommented, Mar 29, 2019

You can use "vetur.validation.style": false, since @tailwind is not valid css (or scss).

0reactions
octrefcommented, Apr 1, 2019

That only deals with syntax, not error checking.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found