Skip to content
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: changed typography to use only css-properties #174

Merged
merged 2 commits into from
Nov 30, 2022

Conversation

nmerget
Copy link
Member

@nmerget nmerget commented Nov 29, 2022

No description provided.

@github-actions
Copy link
Contributor

🔭🐙🐈 Test this branch here: https://db-ui.github.io/base/review/refactor-typography

@nmerget nmerget merged commit c13d7c7 into dbux-3 Nov 30, 2022
@nmerget nmerget deleted the refactor-typography branch November 30, 2022 07:34
@@ -29,7 +29,7 @@
<code class="language-scss">/* ./index.scss */
@import "@db-ui/base/build/scss/db-ui-base";

body {
:root {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nmerget why have you moved from body to :root?

@@ -21,9 +21,24 @@
<h6 data-variant="light">Headline 6</h6>
</db-tab>
<db-tab label="Body" name="tab-bar">
<h1>functional</h1>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's best to include the h1 element only once on a page (or at least within a context, like. e.g. section).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants