From af6fb2c9c8c776cfcb9b6dd5c1bc208bd8116d0f Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Thu, 7 Dec 2023 21:40:39 +0000 Subject: [PATCH] Clarify purpose of `.govuk-frontend-supported` snippet --- source/importing-css-assets-and-javascript/index.html.md.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/importing-css-assets-and-javascript/index.html.md.erb b/source/importing-css-assets-and-javascript/index.html.md.erb index 7e070cb1..bc721566 100644 --- a/source/importing-css-assets-and-javascript/index.html.md.erb +++ b/source/importing-css-assets-and-javascript/index.html.md.erb @@ -164,6 +164,8 @@ You can also use your own function to generate paths, for example if you're usin You'll need to add the following to the top of the `` section of your page template if you're not [using our Nunjucks macros](/use-nunjucks/). +This snippet adds the `.govuk-frontend-supported` class in supported browsers: + ```html ```