Skip to content

Commit

Permalink
Fix typos 3
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmeValera committed Sep 1, 2024
1 parent 12458d5 commit 736e8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2024-09-01-shared-styles-monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Requires publishing and versioning with each change.
<b>Implementation:</b> Place your styles in a folder at the root level, parallel to your apps, and import them in your projects:

<div style="border: 1px solid white; font-style: italic; border-radius: 1rem; padding: 0.5rem; margin: 10px 0">
import '../style/themes/black-and-red-theme/theme.scss';
import '../style/themes/my-theme/theme.scss';
</div>

<b>Pros:</b>
Expand Down

0 comments on commit 736e8f1

Please sign in to comment.