diff --git a/guides/v2.1/frontend-dev-guide/css-topics/css-themes.md b/guides/v2.1/frontend-dev-guide/css-topics/css-themes.md index c53239d1c19..93b3e47d7f4 100644 --- a/guides/v2.1/frontend-dev-guide/css-topics/css-themes.md +++ b/guides/v2.1/frontend-dev-guide/css-topics/css-themes.md @@ -102,6 +102,12 @@ To include an external CSS file, add ` ``` +The `` tag can be used to insert `CSS` file in layout XML. + +```xml + +``` + {:.bs-callout .bs-callout-info} If the system does not find the included CSS files, it searches for the same file names with a `.less` extension. This is part of the built-in preprocessing mechanism. You can find more information about it in the [CSS Preprocessing] topic.