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

Update content less standards #8555

Merged
merged 2 commits into from
Feb 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/guides/v2.3/coding-standards/code-standard-less.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ Component name must meaningful. It can contain the `primary`, `secondary`, `tert

### Location

[Theme](https://glossary.magento.com/theme) mixins (except extends) should be located in the `source/utilities` directory.
[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][].

### Naming

Expand Down Expand Up @@ -782,3 +782,6 @@ Use single quotes.
```css
@import "source/lib/_lib.less";
```

<!-- Link definitions -->
[Css Theme]: {{ page.baseurl }}/frontend-dev-guide/css-topics/css-themes.html