From 5edd3615ced546ea6262fab5e360928c044371f5 Mon Sep 17 00:00:00 2001 From: Seth Bertalotto Date: Tue, 17 Dec 2024 10:53:07 -0800 Subject: [PATCH] docs: remove AMP references --- site/src/pages/customize/index.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/site/src/pages/customize/index.js b/site/src/pages/customize/index.js index 5763054..2b3fe04 100644 --- a/site/src/pages/customize/index.js +++ b/site/src/pages/customize/index.js @@ -180,16 +180,6 @@ function Customize() { See the jsDelivr combo handler documentation to learn more about its features.

- - -

- Google's Accelerated Mobile Pages (AMP) allow web pages to get pre-rendered on Google at the cost of restrictions on JS and CSS, such as completely inlining all styles rather than using stylesheets in external files such as those hosted at the CDNs mentioned above. -

- -

- Furthermore, AMP disallows some CSS functionality. In Pure, the only bit currently used disallowed by AMP is '!important', currently used in the definition of the '.hidden' helper class. Removing this modifier should suffice to render Pure usable with AMP. -

-