Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit ea73d57

Browse files
chore: fixing tailwind docs link
1 parent 3bb46d9 commit ea73d57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Spacing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as SpacingStories from './Spacing.stories';
55

66
# Spacing
77

8-
Spacing tokens are used to maintain consistent layout and whitespace throughout the application. They follow a scale that provides a range of sizes for various layout needs. It follows the [Tailwind CSS spacing](https://tailwindcss.com/docs/customizing-spacing).
8+
Spacing tokens are used to maintain consistent layout and whitespace throughout the application. They follow a scale that provides a range of sizes for various layout needs. It follows the [Tailwind CSS spacing](https://tailwindcss.com/docs/customizing-spacing#default-spacing-scale).
99

1010
<Canvas>
1111
<Story story={SpacingStories.AllSpacings} />

src/css/spacing.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This spacing system follows Tailwind CSS default spacing scale.
3-
* For more information, see: https://tailwindcss.com/docs/customizing-spacing
3+
* For more information, see: https://tailwindcss.com/docs/customizing-spacing#default-spacing-scale
44
*/
55

66
:root {

src/js/spacing/spacing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* This spacing system follows Tailwind CSS default spacing scale.
3-
* For more information, see: https://tailwindcss.com/docs/customizing-spacing
3+
* For more information, see: https://tailwindcss.com/docs/customizing-spacing#default-spacing-scale
44
*/
55
export const spacing: { [key: string]: string } = {
66
px: '1px',

0 commit comments

Comments
 (0)