diff --git a/src/pages/docs/theme.mdx b/src/pages/docs/theme.mdx index 3812090a4..f74cd4dae 100644 --- a/src/pages/docs/theme.mdx +++ b/src/pages/docs/theme.mdx @@ -46,7 +46,7 @@ module.exports = { } ``` -We provide a sensible [default theme](https://github.com/tailwindlabs/tailwindcss/blob/master/stubs/config.full.js) with a very generous set of values to get you started, but don't be afraid to change it or extend it; you're encouraged to customize it as much as you need to fit the goals of your design. +We provide a sensible [default theme](https://github.com/tailwindlabs/tailwindcss/blob/v3.3/stubs/config.full.js) with a very generous set of values to get you started, but don't be afraid to change it or extend it; you're encouraged to customize it as much as you need to fit the goals of your design. --- @@ -54,7 +54,7 @@ We provide a sensible [default theme](https://github.com/tailwindlabs/tailwindcs The `theme` object contains keys for `screens`, `colors`, and `spacing`, as well as a key for each customizable [core plugin](/docs/configuration#core-plugins). -See the [theme configuration reference](#configuration-reference) or the [default theme](https://github.com/tailwindlabs/tailwindcss/blob/master/stubs/config.full.js#L7) for a complete list of theme options. +See the [theme configuration reference](#configuration-reference) or the [default theme](https://github.com/tailwindlabs/tailwindcss/blob/v3.3/stubs/config.full.js#L7) for a complete list of theme options. ### Screens @@ -191,13 +191,13 @@ You'll notice that using a key of `DEFAULT` in the theme configuration created t To learn more about customizing a specific core plugin, visit the documentation for that plugin. -For a complete reference of available theme properties and their default values, [see the default theme configuration](https://github.com/tailwindlabs/tailwindcss/blob/master/stubs/config.full.js). +For a complete reference of available theme properties and their default values, [see the default theme configuration](https://github.com/tailwindlabs/tailwindcss/blob/v3.3/stubs/config.full.js). --- ## Customizing the default theme -Out of the box, your project will automatically inherit the values from [the default theme configuration](https://github.com/tailwindlabs/tailwindcss/blob/master/stubs/config.full.js). If you would like to customize the default theme, you have a few different options depending on your goals. +Out of the box, your project will automatically inherit the values from [the default theme configuration](https://github.com/tailwindlabs/tailwindcss/blob/v3.3/stubs/config.full.js). If you would like to customize the default theme, you have a few different options depending on your goals. ### Extending the default theme diff --git a/src/pages/docs/top-right-bottom-left.mdx b/src/pages/docs/top-right-bottom-left.mdx index 6665a9d92..3d9f6e74a 100644 --- a/src/pages/docs/top-right-bottom-left.mdx +++ b/src/pages/docs/top-right-bottom-left.mdx @@ -143,13 +143,13 @@ Use the `start-*` and `end-*` utilities to set the `inset-inline-start` and `ins
-
+
-
+
``` For more control, you can also use the [LTR and RTL modifiers](/docs/hover-focus-and-other-states#rtl-support) to conditionally apply specific styles depending on the current text direction.