From 0381fc3eb0d5dc3f68c8d82f671fabf5fe0f71e5 Mon Sep 17 00:00:00 2001 From: Triloworld <2671726+Triloworld@users.noreply.github.com> Date: Fri, 17 Dec 2021 16:28:37 +0100 Subject: [PATCH 1/2] Add core plugins reference in PlayCDN --- src/pages/docs/installation/play-cdn.js | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/pages/docs/installation/play-cdn.js b/src/pages/docs/installation/play-cdn.js index e480f7df2..f4ce5f933 100644 --- a/src/pages/docs/installation/play-cdn.js +++ b/src/pages/docs/installation/play-cdn.js @@ -106,6 +106,32 @@ let steps = [ `, }, }, + { + title: 'Extend by plugins', + body: () => ( +

+ Use forms,typography,aspect-ratio,line-clamp to enable officiall plugins independently. +

+ ), + code: { + name: 'index.html', + lang: 'html', + code: ` + + + + +> + + + +>
+ +
+ + `, + }, + }, ] export default function PlayCdn({ code }) { From 5a9a509a2328ea851cc324d7a89ca7c297d75749 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Fri, 14 Jan 2022 11:22:25 -0500 Subject: [PATCH 2/2] Tweak Play CDN installation guide --- src/pages/docs/installation/play-cdn.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/pages/docs/installation/play-cdn.js b/src/pages/docs/installation/play-cdn.js index f4ce5f933..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 { @@ -107,10 +104,11 @@ let steps = [ }, }, { - title: 'Extend by plugins', + title: 'Try working with a core plugin', body: () => (

- Use forms,typography,aspect-ratio,line-clamp to enable officiall plugins independently. + Enable core plugins, like forms and typography, using the plugins query + parameter.

), code: { @@ -121,11 +119,10 @@ let steps = [ -> - +> ->
+>