-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat: added sass support and removed less support #2348
Conversation
🦋 Changeset detectedLatest commit: 6765dec The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Looks great! Just a couple of things...
--dialog-lightbox-max-width: 616px; | ||
--dialog-scrim-color-hide: #11182000; | ||
--dialog-scrim-color-show: #111820b3; | ||
--dialog-lightbox-max-width: 616px; |
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.
Was the change in indentation intentional? Unless there was an oversight previously, it would be best to keep the same indentation.
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.
I believe prettier was not run on the app. I simply ran prettier which changed the indent.
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.
Okay, for more context
Dist was in the prettier ignore list. I believe this was due to it changing the format and this might have been picked up on npm run build
I changed it so npm run build
runs prettier on dist
folder. This is to keep the same formatting across the app.
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.
Looks great! Nice work!
Creating a draft initially. Still have some minor things to work through
Questions to be answered
If the first pass looks good, I will go ahead and rework the paths and do other cleanups, like remove gulpfile, dev deps no longer used etc.