Skip to content

Commit

Permalink
Merge pull request #2 from KevinAst/initial-tooling
Browse files Browse the repository at this point in the history
publish: v0.1.1 Finalize Tooling
  • Loading branch information
KevinAst authored Mar 19, 2021
2 parents 0d4cab2 + 07bc12c commit c47b798
Show file tree
Hide file tree
Showing 17 changed files with 544 additions and 300 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# not really interested in package-lock.json in repo
/package-lock.json

# ?? REFINE LATER
# bundled distribution (generated via "npm run build")
# bundled NPM distribution (generated via "npm run lib:build")
# ... currently only using /lib/
/dist/
/lib/
/es/
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tw-themes

<p style="text-align: right;">
<p style="text-align: left;">
<img src="docs/img/tw-themes-logo.png"
alt="powerful tailwind color themes (dynamically selectable at run-time)"
width="50%">
Expand Down Expand Up @@ -115,6 +115,16 @@ sections for:
</ul>


<!--- *** Section ************************************************************************* --->
## See It Live

<ul><!--- indentation hack for github - other attempts with style is stripped (be careful with number bullets) --->

Want to see **tw-themes** in action? ... take a peek at the [See It
Live] section _(of the documentation)_.

</ul>

<!--- *** Section ************************************************************************* --->
## Revision History

Expand All @@ -137,4 +147,5 @@ Please refer to the [Revision History] _(found in the documentation)_.
[Getting Started]: https://tw-themes.js.org/start.html
[Concepts]: https://tw-themes.js.org/concepts.html
[API Reference]: https://tw-themes.js.org/api.html
[See It Live]: https://tw-themes.js.org/seeItLive.html
[Revision History]: https://tw-themes.js.org/history.html
Loading

0 comments on commit c47b798

Please sign in to comment.