-
Notifications
You must be signed in to change notification settings - Fork 69
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
WIP(5): Component folder structure #2875
Conversation
@scotthallock is attempting to deploy a commit to the c0d3-prod Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report
@@ Coverage Diff @@
## master #2875 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 190 190
Lines 3576 3576
Branches 970 970
=========================================
Hits 3576 3576
|
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.
renamed to match component name
@@ -1,6 +1,6 @@ | |||
@use 'sass:color'; | |||
@use '_variables.module.scss'; | |||
@import 'colors.module.scss'; | |||
@use '../../scss/variables.module.scss'; |
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.
Info: you can omit the leading underscore when importing a Sass partial. (Docs)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Related to #2080
(Continuing effort from #2150)
This PR folders creates folders for
CopyButton
,DiscordBar
, andDropdownMenu
components.