From 53d312ae44cde38a21fa495189d53ba7ff76c1ee Mon Sep 17 00:00:00 2001 From: literat Date: Tue, 7 May 2024 15:03:31 +0200 Subject: [PATCH] Style(repo): Reformat docs using Prettier v3 --- packages/design-tokens/README.md | 4 ++-- packages/web-twig/CONTRIBUTING.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/design-tokens/README.md b/packages/design-tokens/README.md index 1dbd9eab9d..bd2e454023 100644 --- a/packages/design-tokens/README.md +++ b/packages/design-tokens/README.md @@ -16,13 +16,13 @@ | Category | Supernova | Figma | Sass | | ------------- | --------- | ----- | -------------------- | -| 🖼 Borders | ✅ | ❌ | [`_borders.sass`] | +| 🖼 Borders | ✅ | ❌ | [`_borders.sass`] | | 🎨 Colors | ✅ | ✅ | [`_colors.sass`] | | 🖌️ Gradients | ✅ | ✅ | [`_gradients.sass`] | | 📏️ Measures | ✅ | ❌ | [`_measures.sass`] | | ⚙️ Other | ✅ | ❌ | [`_other.sass`] | | 🎱 Radii | ✅ | ❌ | [`_radii.sass`] | -| ⛱ Shadows | ✅ | ✅ | [`_shadows.sass`] | +| ⛱ Shadows | ✅ | ✅ | [`_shadows.sass`] | | 🔠 Typography | ✅ | ✅ | [`_typography.sass`] | ## Install diff --git a/packages/web-twig/CONTRIBUTING.md b/packages/web-twig/CONTRIBUTING.md index f67b1d0cb2..d1c4645c17 100644 --- a/packages/web-twig/CONTRIBUTING.md +++ b/packages/web-twig/CONTRIBUTING.md @@ -162,7 +162,7 @@ Add remote repository only once: Force push current changes to remote using subtree: -- `` git push web-twig-readonly `git subtree split --prefix packages/web-twig main`:main --force `` +- ``git push web-twig-readonly `git subtree split --prefix packages/web-twig main`:main --force`` Or