Skip to content

Commit

Permalink
Update index.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov authored Feb 18, 2019
1 parent 76d8c61 commit 5862d83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ <h1 class="mb-3 bd-text-purple-bright">Cute</h1>
<strong>Cute</strong> allows you to write CSS code in Javascript</p>

<ul>
<li>Utilising tagged template literals (a recent addition to JavaScript) and the power of CSS.
<li>Utilising tagged template literals and the power of CSS.
</li>
<li>Automatic CSS - adds css to a web page on demand, fully automatically. Your users load the least amount of code necessary.
</li>
<li>No class name bugs - unique class names for your styles. You never have to worry about duplication or misspellings.</li>
<li>Utilises tagged template literals to style your components</li>
<li>Removes the mapping between components and styles</li>
<li>Removes the mapping between components and styles</li>
<li>FREE</li>
</ul>
</p>
Expand Down

0 comments on commit 5862d83

Please sign in to comment.