Skip to content

VS Code Extension: Add a snippet for the special Quarto comment that indicates layers in SCSS files #701

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

Open
cwickham opened this issue May 2, 2025 · 0 comments

Comments

@cwickham
Copy link

cwickham commented May 2, 2025

Something like, scss.json:

{
  "Layer section": {
    "prefix": "layer",
    "body": [
      "/*-- scss:${1|defaults,rules,uses,functions,mixins|} --*/",
      "",
      "$2"
    ],
    "description": "Add comment to denote Quarto SCSS layer"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant