Skip to content

Commit

Permalink
docs: Readme updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
danimalweb committed Sep 16, 2024
1 parent 1404767 commit 7e37fb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ HTML output:

```
<svg class="icon-facebook" title="Facebook" id="fb">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://example.com/wp-content/themes/tofino/dist/svg/sprite.svg#facebook"></use>
<use href="#facebook"></use>
</svg>
```

Expand All @@ -113,7 +113,7 @@ HTML output:

```
<ul class="social-icons social-icons-footer">
<li><a href="http://facebook.com"><svg><use xlink:href="http://example.com/wp-content/themes/tofino/dist/svg/stripe.symbol.svg#facebook"></svg></a></li>
<li><a href="http://facebook.com"><svg><use href="#facebook"></svg></a></li>
</ul>
```

Expand All @@ -127,7 +127,7 @@ Upload a custom admin logo to be displayed on the login screen.

This logo is also used in the email templates for branding.

You might need to add some additional css to tweak the logo size / position. Add your CSS in to the file `src/css/base/admin.scss`.
You might need to add some additional css to tweak the logo size / position. Add your CSS in to the file `src/css/base/admin.css`.

## No FOUT

Expand Down
4 changes: 4 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Javascript files belong here.

Scripts will be minified when `npm run build` is run.

## /vue

Vue components belong here.

## /css

CSS files go here. Similarly to scripts, these will not automatically be added to `/dist`. To add your styles into `dist/css/main.css`, add your file name into `main.css`.
Expand Down

0 comments on commit 7e37fb2

Please sign in to comment.