diff --git a/src/pages/docs/installation/play-cdn.js b/src/pages/docs/installation/play-cdn.js index e480f7df2..8cb62659c 100644 --- a/src/pages/docs/installation/play-cdn.js +++ b/src/pages/docs/installation/play-cdn.js @@ -2,8 +2,6 @@ import NextLink from 'next/link' import { DocumentationLayout } from '@/layouts/DocumentationLayout' import { InstallationLayout } from '@/layouts/InstallationLayout' import { Steps } from '@/components/Steps' -import { black } from 'tailwindcss/colors' -import { theme } from 'tailwind.config' let steps = [ { @@ -89,7 +87,6 @@ let steps = [ - > > @layer utilities { > .content-auto { @@ -106,6 +103,32 @@ let steps = [ `, }, }, + { + title: 'Try working with a core plugin', + body: () => ( +

+ Enable core plugins, like forms and typography, using the plugins query + parameter. +

+ ), + code: { + name: 'index.html', + lang: 'html', + code: ` + + + + +> + + +>
+ +
+ + `, + }, + }, ] export default function PlayCdn({ code }) {