From 60ef0941a3074067f0c083e20653276874e6cbe3 Mon Sep 17 00:00:00 2001 From: Jared Turner Date: Fri, 12 Jun 2026 17:14:42 +0100 Subject: [PATCH] Fix staging link in CSS guide There was a link to a blog on our staging site. Now it points to production. --- css/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/README.md b/css/README.md index 163757ba..3d21fb7a 100644 --- a/css/README.md +++ b/css/README.md @@ -400,7 +400,7 @@ reflect native CSS rather than Sass-specific conventions. - Keeping files under 100 lines makes them easier to scan; split larger files into focused partials -[Shorthand itself can obscure your intentions]: https://staging.thoughtbot.com/blog/when-to-use-and-not-use-css-shorthand-properties +[Shorthand itself can obscure your intentions]: https://thoughtbot.com/blog/when-to-use-and-not-use-css-shorthand-properties ### Declaration ordering