Skip to content

Commit

Permalink
Final touches to README, fix old wp-captions max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu Suoranta committed Apr 5, 2019
1 parent e0c68ba commit 5ad818d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Superior WordPress starter theme with modern build tools by **[Aucor](https://ww

**Demo:** **[starter.aucor.fi](https://starter.aucor.fi)**

**Required plugin:** **[Aucor Core](https://bitbucket.org/aucor/aucor-core)**
**Required plugin:** **[Aucor Core](https://github.com/aucor/aucor-core)**

**For who**: Developers building superb WordPress sites

Expand Down Expand Up @@ -205,6 +205,7 @@ The script have very simple structure.

* `/components/` directory for small components
* `navigation.js` navigation functionality
* `markup-enhancements.js` sync old image markup to Gutenberg style, responsive tables
* `main.js` main js file that is run in footer
* `critical.js` scripts that should be run in head

Expand Down Expand Up @@ -821,7 +822,7 @@ How to use:

### 8.3 Navigation skeleton

Starter includes rough navigation skeleton that is working out of box for 3 levels (or infinite amount if you put a little bit more CSS into it). Skeleton includes `/assets/scripts/components/navigation.js` and `/assets/styles/elements/navigation/_primary-menu.scss`. This menu works with mouse, touch and tabs. Accessibility is built-in!
Starter includes rough navigation skeleton that is working out of box for 3 levels (or infinite amount if you put a little bit more CSS into it). Skeleton includes `/assets/scripts/components/navigation.js` and `/assets/styles/elements/_primary-menu.scss`. This menu works with mouse, touch and tabs. Accessibility is built-in!

Inside `main.js` there is the menu init and a few arguments:

Expand Down
2 changes: 1 addition & 1 deletion assets/last-edited.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"js": 1554373157703,
"css": 1554374919197,
"css": 1554443013364,
"svg": 1554364154832
}
1 change: 1 addition & 0 deletions assets/styles/elements/_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ img.lazyload--animated {
float: none;
font-size: .875rem;
margin: 0;
max-width: 100%;
}

.alignnone {
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/editor-classic.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styles/editor-classic.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styles/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styles/main.css.map

Large diffs are not rendered by default.

0 comments on commit 5ad818d

Please sign in to comment.