Skip to content

Commit

Permalink
Square brackets look confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Oct 24, 2016
1 parent 3eb94ad commit 993e8a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ This combination of features will trigger the web app install banner in [Opera](

```html
<a class="list__item app js-app"
href="[URL]"
data-app="[ID]"
data-tags="[TAGS]">
href="URL"
data-app="ID"
data-tags="TAGS">
<div class="app__wrapper">
<h2 class="app__title">
[TITLE]
TITLE
</h2>
</div>
<style>
[data-app='[ID]'] {
color: [COLOR];
background: currentColor url(apps/[ID].svg) 50% 50% / 50% auto no-repeat;
[data-app='ID'] {
color: COLOR;
background: currentColor url(apps/ID.svg) 50% 50% / 50% auto no-repeat;
}
</style>
</a>
Expand Down

0 comments on commit 993e8a4

Please sign in to comment.