Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77c7a30

Browse files
authored
Merge pull request magento#6163 from sanganinamrata/patch-4
Update rwd-breakpoints.md
2 parents 9dad679 + ed016cc commit 77c7a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.2/frontend-dev-guide/responsive-web-design/rwd-breakpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ To add a custom breakpoint in your theme, you need to do the following:
1919

2020
## Add a new breakpoint variable
2121

22-
In your custom theme directory, add a `/web/css/source/variables.less` in one of the following ways:
22+
In your custom theme directory, add a `/web/css/source/_variables.less` in one of the following ways:
2323

24-
- if your theme [inherits]({{ page.baseurl }}/frontend-dev-guide/themes/theme-inherit.html) from the other, then copy the parent's `variables.less`.
24+
- if your theme [inherits]({{ page.baseurl }}/frontend-dev-guide/themes/theme-inherit.html) from the other, then copy the parent's `_variables.less`.
2525
- if your theme is a standalone one, add a new empty file.
2626

2727
In `variables.less`, add the variable for your new breakpoint.

0 commit comments

Comments
 (0)