From 30f66222b5ef70c8984883ef05536b4ec3e4c895 Mon Sep 17 00:00:00 2001 From: Abrar Pathan Date: Wed, 26 Jun 2019 18:51:43 +0530 Subject: [PATCH 1/2] Update css-themes.md --- guides/v2.1/frontend-dev-guide/css-topics/css-themes.md | 6 ++++++ 1 file changed, 6 insertions(+) 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..4bacd2f52be 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 use 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. From d02c9d52029ef9736a14afb4ac6cc3dfeda1513a Mon Sep 17 00:00:00 2001 From: Abrar Pathan Date: Wed, 26 Jun 2019 18:53:59 +0530 Subject: [PATCH 2/2] Update css-themes.md --- guides/v2.1/frontend-dev-guide/css-topics/css-themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4bacd2f52be..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,7 +102,7 @@ To include an external CSS file, add ` ``` -The `` tag can be use to insert `CSS` file in layout XML. +The `` tag can be used to insert `CSS` file in layout XML. ```xml