-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
chore(starters): add gatsby-starter-sass #13677
chore(starters): add gatsby-starter-sass #13677
Conversation
🤔i dont think this would have to do with my change, but i see another PR ahead of mine that isn't failing this specific test... Edit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your PR and for your work on starter! Could you please update the tags so that they match the categories on the website?
docs/starters.yml
Outdated
repo: https://github.com/colbyfayock/gatsby-starter-sass | ||
description: A Gatsby starter with Sass and no assumptions! | ||
tags: | ||
- Sass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no Styles
tag (see https://www.gatsbyjs.org/starters/?v=2 and "categories"). Could you change those to Styling:Sass
, Styling:SCSS
and remove CSS
and Styles
tags?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Styling:SCSS
is pretty much the only one needed here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't occur to me those tags were the categories 🤦♂it's fixed now. I would have added Styling:Sass
too, but that doesnt seem to exist in the current list
fixed the conflict in the UI and the linter didn't run, so it didnt pick up the EOL lint issue 😅 fixed ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
Adds a new starter that scaffolds a super minimal Gatsby project with Sass stylesheets