Skip to content

Commit

Permalink
Merge pull request #4312 from mapreal19/patch-1
Browse files Browse the repository at this point in the history
Update customizing-assets.html.md
  • Loading branch information
waiting-for-dev authored Mar 28, 2022
2 parents 564b4fe + eff8543 commit b3b16ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ which is defined by the following rules:
```css
/* solidus/frontend -> app/assets/stylesheets/spree/frontend/screen.css */

div#footer {
#footer {
clear: both;
}
```
Expand All @@ -96,7 +96,7 @@ following CSS:
```css
/* your_app -> vendor/assets/stylesheets/spree/frontend/foo.css */

div#footer {
#footer {
clear: none;
border: 1px solid red;
}
Expand Down

0 comments on commit b3b16ce

Please sign in to comment.