Skip to content

Commit

Permalink
Update Packages 📦
Browse files Browse the repository at this point in the history
Signed-off-by: praveenjuge <[email protected]>
  • Loading branch information
praveenjuge committed Jan 31, 2021
1 parent 009eb9a commit 4acc3b9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 26 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.

**Version 0.4 works for Tailwind 2, use version 0.3.5 for Tailwind 1 support.** **[Click here for an upgrade guide](http://kutty.netlify.app/articles/upgrade-guide-to-tailwindcss2/)**

## Installation

```sh
Expand All @@ -25,7 +23,7 @@ plugins: [require("kutty")],

### For JS

We bundle AlpineJS v2.6.0 for reactivity in our components. Learn more about [AlpineJS here](https://github.com/alpinejs/alpine). Place the following script tag before the closing body tag.
We bundle AlpineJS v2.8.0 for reactivity in our components. Learn more about [AlpineJS here](https://github.com/alpinejs/alpine). Place the following script tag before the closing body tag.

```html
<!-- All components in one -->
Expand All @@ -44,13 +42,9 @@ We bundle AlpineJS v2.6.0 for reactivity in our components. Learn more about [Al

View full documentation at [https://kutty.netlify.app](https://kutty.netlify.app).

## Feature/Components Requests

Need something new? [Suggest on Hellonext](https://kutty.hellonext.co).

## Bugs
## Bugs & Suggestions

Found a bug? [Please open a new issue](https://github.com/praveenjuge/kutty/issues/new).
Found a bug? [Please open a new issue](https://github.com/praveenjuge/kutty/issues/new). Use [GitHub Discussions](https://github.com/praveenjuge/kutty/discussions) for new feature requests.

## Development

Expand Down
7 changes: 1 addition & 6 deletions docs/content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ weight: 1

Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.

<div class="flex flex-col alert bg-primary-light text-primary" role="alert">
<span>Version 0.4 works for Tailwind 2, use version 0.3.5 for Tailwind 1 support.</span>
<a href="http://kutty.netlify.app/articles/upgrade-guide-to-tailwindcss2/">Click here for an upgrade guide</a>
</div>

## Installation

```sh
Expand All @@ -31,7 +26,7 @@ plugins: [require("kutty")],

### For JS

We bundle AlpineJS v2.6.0 for reactivity in our components. Learn more about [AlpineJS here](https://github.com/alpinejs/alpine). Place the following script tag before the closing body tag.
We bundle AlpineJS v2.8.0 for reactivity in our components. Learn more about [AlpineJS here](https://github.com/alpinejs/alpine). Place the following script tag before the closing body tag.

```html
<!-- All components in one -->
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<article class="pt-12 ml-0 lg:pt-10 md:ml-56" itemid="{{ .Permalink }}" itemscope itemtype="http://schema.org/BlogPosting">
<h1 itemprop="headline" title="{{ .Title }}" class="mb-8 text-3xl font-bold lg:text-4xl">{{ .Title }}</h1>
<div class="max-w-full prose">{{ .Content }}</div>
<div class="max-w-full prose prose-purple">{{ .Content }}</div>
</article>

{{end}}
2 changes: 1 addition & 1 deletion docs/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<article class="pt-12 ml-0 lg:pt-10 md:ml-56" itemid="{{ .Permalink }}" itemscope itemtype="http://schema.org/BlogPosting">
<h1 itemprop="headline" title="{{ .Title }}" class="mb-8 text-3xl font-bold lg:text-4xl">{{ .Title }}</h1>
<div class="max-w-full prose">{{ .Content }}</div>
<div class="max-w-full prose prose-purple">{{ .Content }}</div>
</article>

{{end}}
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@
"tailwind": "./node_modules/tailwindcss/lib/cli.js build -o ./docs/static/build.css --config ./docs/tailwind.config.js"
},
"devDependencies": {
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.1.0",
"@tailwindcss/typography": "^0.4.0",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"nodemon": "^2.0.6",
"postcss": "^8.2.0",
"rollup": "^2.34.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^2.0.1"
"nodemon": "^2.0.7",
"rollup": "^2.38.1",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"tailwindcss": "^2.0.1"
"tailwindcss": "^2.0.2"
}
}
5 changes: 4 additions & 1 deletion src/js/alpinejs.js

Large diffs are not rendered by default.

0 comments on commit 4acc3b9

Please sign in to comment.