Skip to content

[Forwardport] Fixed typos in .less files #15083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions lib/web/css/docs/source/_buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ button {

// # Button with an icon on the left or right side of the text
//
// <code>@_button-icon-font-position</code> variable is used to set up the icon postiton
// <code>@_button-icon-font-position</code> variable is used to set up the icon position
//
// Use <code>before</code> to set up button icon position on the left:
// ```css
Expand Down Expand Up @@ -818,7 +818,7 @@ button {

// # Link as a button
//
// The <code>.lib-link-as-button()</code> mixin is used to reset link styles (text-decoration and display inline). Then to make it look like a button, you need to add the <code>.lib-button()</code> mixin with appropriate paremeters.
// The <code>.lib-link-as-button()</code> mixin is used to reset link styles (text-decoration and display inline). Then to make it look like a button, you need to add the <code>.lib-button()</code> mixin with appropriate parameters.
//
// ```html
// <a href="#" class="example-button-9"><span>Button</span></a>
Expand Down
4 changes: 2 additions & 2 deletions lib/web/css/docs/source/_layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ footer.footer {
// <th>@gutter-width</th>
// <td class="vars_value">0</td>
// <td class="vars_value">'' | false | value</td>
// <td>Distanse between columns</td>
// <td>Distance between columns</td>
// </tr>
// <tr>
// <th colspan="4" class="vars_section">Variables for layout columns</th>
Expand Down Expand Up @@ -361,7 +361,7 @@ footer.footer {

// # Layout width
//
// The <code>.lib-layout-width()</code> mixin is used to set default page width of the element the mixin is applyed to. It can be used to set width for the whole page wrapper or for the page elements individualy like header, footer, and so on.
// The <code>.lib-layout-width()</code> mixin is used to set default page width of the element the mixin is applied to. It can be used to set width for the whole page wrapper or for the page elements individualy like header, footer, and so on.

// # Layout width variables
//
Expand Down
4 changes: 2 additions & 2 deletions lib/web/css/docs/source/_typography.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// * See COPYING.txt for license details.
// */

// # Typogrphy
// # Typography
//
// Magento UI library provides mixins for typography styling. To configure typography, global variables from **_variables.less** file are used.
//
Expand Down Expand Up @@ -978,7 +978,7 @@

// # Text hide
//
// The <code>.lib-text-hide()</code> mixin hides a text of the element the mixin is applyed to.
// The <code>.lib-text-hide()</code> mixin hides a text of the element the mixin is applied to.
//
// ```html
// <p class="example-text-hide">
Expand Down