diff --git a/docs/modules/Components.md b/docs/modules/Components.md index 25bf8ba10..d84e1029d 100644 --- a/docs/modules/Components.md +++ b/docs/modules/Components.md @@ -850,6 +850,10 @@ grapesjs.init({ ``` ::: +### External CSS + +If you need to load external component-specific CSS, you have to rely on the `script` property. For more details please refer to [Components & JS](Components-js.html). + ## Components & JS