-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor carnival tables #529
Conversation
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.
so many styles refactored! 🎉
overall, needs another pass to look at some issues with selectors and using color/font variables. i wonder if a point of confusion comes from the sass docs on nesting selectors ... the SCSS
and Sass
tabs show similar syntax, but Sass
doesn't use {}
. we are using SCSS
-- be careful not to mix the two syntaxes, use {}
consistently
c660816
to
e5e5705
Compare
…basic table shape in carnival
…table shapes in carnival
e5e5705
to
10f6e25
Compare
this was separated into 2 separate files (_colors.scss and _fonts.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.
very close, i can see why it might be pretty difficult to identify the inconsistencies in the output ... need a better solution for this
update: https://github.com/openstax/cnx-recipes/issues/5596
Created a mixin for tables with exercises in general and removed the table-top-spacing() mixin.
80709ab
to
ad64974
Compare
…/ce-styles into nursing-internal-tables
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.
The code looks good to me.
Issue: 5494