Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Dec 31, 2024
1 parent 7cd1e0e commit 4e26098
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2024-12-29

### Updated
- Updated README with logo

## [0.2.0] - 2024-12-29
### Added
- CLI commands for managing TailwindCSS installation and configuration:
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Sinatra::Tailwind
<div align="center">
<h1>Sinatra::Tailwind</h1>
<p>Simple TailwindCSS integration for Sinatra applications.</p>

Simple TailwindCSS integration for Sinatra applications.
<img src="logo.png" alt="Sinatra Tailwind" width="400">
</div>

## Overview

Expand Down Expand Up @@ -90,10 +93,7 @@ TailwindCSS configuration is available in `tailwind.config.js`:

```js
module.exports = {
content: [
'./views/**/*.{erb,haml,slim}',
'./public/**/*.{html,js}'
],
content: ['./views/**/*.{erb,haml,slim}', './public/**/*.{html,js}'],
theme: {
extend: {},
},
Expand Down Expand Up @@ -130,4 +130,3 @@ Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md
## License

[MIT License](LICENSE)

Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e26098

Please sign in to comment.