Skip to content

Commit

Permalink
review comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
myrta2302 committed Nov 5, 2024
1 parent f4d2f10 commit ca4bd5d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 39 deletions.
49 changes: 28 additions & 21 deletions packages/styles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,40 +29,47 @@ <h1>Styles package playground</h1>
<option value="internal">Post internal</option>
</select>
<hr />
<!-- Place your component markup here -->
<blockquote class="blockquote" lang="de">
<q
>Lorem ipsum dolor sit amet <q>consectetur adipiscing elit</q>. Integer posuere erat a ante.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</q
>

<!-- Place your component markup here -->
<figure>
<blockquote class="blockquote" lang="de">
<q
>Lorem ipsum dolor sit amet <q>consectetur adipiscing elit</q>. Integer posuere erat a
ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a
ante.</q
>
</blockquote>
<figcaption class="blockquote-footer">
Author
<cite>Source</cite>
</figcaption>
</blockquote>
</figure>

<blockquote class="blockquote" lang="en">
<q
>Lorem ipsum dolor sit amet <q>consectetur adipiscing elit</q>. Integer posuere erat a ante.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</q
>
<figure>
<blockquote class="blockquote" lang="en">
<q
>Lorem ipsum dolor sit amet <q>consectetur adipiscing elit</q>. Integer posuere erat a
ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a
ante.</q
>
</blockquote>
<figcaption class="blockquote-footer">
Author
<cite>Source</cite>
</figcaption>
</blockquote>

<blockquote class="blockquote" lang="fr">
<q
>Lorem ipsum dolor sit amet <q>consectetur adipiscing elit</q>. Integer posuere erat a ante.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</q
>

</figure>
<figure>
<blockquote class="blockquote" lang="fr">
<q
>Lorem ipsum dolor sit amet <q>consectetur adipiscing elit</q>. Integer posuere erat a
ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a
ante.</q
>
</blockquote>
<figcaption class="blockquote-footer">
Author
<cite>Source</cite>
</figcaption>
</blockquote>
</figure>
</body>
</html>
4 changes: 1 addition & 3 deletions packages/styles/src/components/blockquote.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@use '../tokens/components';
@use '../functions/tokens';
@use './../placeholders/blockquote' as blockquote-ph;

tokens.$default-map: components.$post-quote;

Expand Down Expand Up @@ -28,7 +27,6 @@ figure:has(.blockquote) {
}
}

.blockquote-footer {
@extend %body;
figcaption .blockquote-footer {
margin-top: tokens.get('post-quote-gap-inline');
}
15 changes: 0 additions & 15 deletions packages/styles/src/placeholders/_blockquote.scss

This file was deleted.

0 comments on commit ca4bd5d

Please sign in to comment.