From a1f1ba7a84f526aeec62d0c1a69cd33cd2d2471c Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Thu, 6 Feb 2025 23:22:19 +0000 Subject: [PATCH] Remove paragraph on bundling JS and CSS refs ViewComponent/view_component#2160 --- guide/content/introduction/about-viewcomponent.slim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guide/content/introduction/about-viewcomponent.slim b/guide/content/introduction/about-viewcomponent.slim index 9f62a64e..a9bd7421 100644 --- a/guide/content/introduction/about-viewcomponent.slim +++ b/guide/content/introduction/about-viewcomponent.slim @@ -13,10 +13,6 @@ markdown: * easier to understand than partials as they are backed by a Ruby object * incredibly efficient, [up to 10 times faster than partials](https://viewcomponent.org/#performance) - They can be extended [to provide custom JavaScript and - CSS](https://viewcomponent.org/guide/javascript_and_css.html) too, but this - library doesn't do this. - ## Slots Some components contain elements that are repeated one or many times. For