Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Jan 7, 2025
1 parent b7c495b commit c6e65c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,11 @@ However, you may employ `<span class="h2">`, for instance.

### Do not use inline-css in the storefront templates

Use your own classes and let your CSS be compiled by the plugin.
Use your own classes and let your CSS be compiled by the app.

### Prevent `!important` usage

Please avoid using the `!important` rule whenever possible.

[Add SCSS variables](https://developer.shopware.com/docs/guides/plugins/plugins/storefront/add-scss-variables.html#add-scss-variables)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,11 @@ However, you may employ `<span class="h2">`, for instance.

### Do not use inline-css in the storefront templates

Use your own classes and let your CSS be compiled by the app.
Use your own classes and let your CSS be compiled by the plugin.

### Prevent `!important` usage

Please avoid using the `!important` rule whenever possible.

[Add SCSS variables](https://developer.shopware.com/docs/guides/plugins/plugins/storefront/add-scss-variables.html#add-scss-variables)

Expand Down

0 comments on commit c6e65c4

Please sign in to comment.