-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use tacc/core-styles #194
Use tacc/core-styles #194
Conversation
@@ -7,7 +7,7 @@ | |||
transition: color var(--transition-duration), | |||
background-color var(--transition-duration); | |||
|
|||
composes: c-button--secondary from '@tacc/core-styles/src/lib/_imports/components/c-button.css'; | |||
composes: c-button--secondary from '@tacc/core-styles/dist/components/c-button.css'; |
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.
@wesleyboar, @tjgrafft , @sophia-massie This was causing the errors we were seeing; so should make its way back to TUP and/or the future core-components package:
GET http://localhost:4200/tools/x-truncate.css net::ERR_ABORTED 404 (Not Found)
GET http://localhost:4200/objects/o-section.selectors.css net::ERR_ABORTED 404 (Not Found)
GET http://localhost:4200/tools/x-link.css net::ERR_ABORTED 404 (Not Found)
GET http://localhost:4200/c-button.selectors.css net::ERR_ABORTED 404 (Not Found)
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, yes. Bug in TUP. The /dist/
is preferred unless one need do something advanced.
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.
LGTM! Tested locally. Console errors/warnings are gone.
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.
LGTM
@@ -7,7 +7,7 @@ | |||
transition: color var(--transition-duration), | |||
background-color var(--transition-duration); | |||
|
|||
composes: c-button--secondary from '@tacc/core-styles/src/lib/_imports/components/c-button.css'; | |||
composes: c-button--secondary from '@tacc/core-styles/dist/components/c-button.css'; |
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, yes. Bug in TUP. The /dist/
is preferred unless one need do something advanced.
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.
That new line before layer(foundation)
worries me enough to reconsider merge. Please check #194 (comment). I don't want y'all to have to fight Bootstrap because of a typo.
Co-authored-by: Wesley B <[email protected]>
Overview:
Add core styles.
Input from Wes from meeting https://tacc-main.atlassian.net/wiki/spaces/DES/pages/43384853/2024-01-25+Meeting+notes
PR Status: