Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 0381e5c

Browse files
authored
Merge branch 'master' into em_prex-relnotes323
2 parents 3d6c710 + 3dfe63a commit 0381e5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/guides/v2.3/coding-standards/code-standard-less.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ Component name must meaningful. It can contain the `primary`, `secondary`, `tert
720720

721721
### Location
722722

723-
[Theme](https://glossary.magento.com/theme) mixins (except extends) should be located in the `source/utilities` directory.
723+
[Theme](https://glossary.magento.com/theme) mixins (except extends) should be located in the `web/css/source` directory. For more details, refer to [Css Theme][].
724724

725725
### Naming
726726

@@ -782,3 +782,6 @@ Use single quotes.
782782
```css
783783
@import "source/lib/_lib.less";
784784
```
785+
786+
<!-- Link definitions -->
787+
[Css Theme]: {{ page.baseurl }}/frontend-dev-guide/css-topics/css-themes.html

0 commit comments

Comments
 (0)