Skip to content

Commit 719ee00

Browse files
author
Agney
committed
update readme with features
1 parent f91b4ce commit 719ee00

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Svelte with TailwindCSS - Snowpack
22

3-
> ✨ Community template for Svelte and Tailwind.
3+
> ✨ Community template for Svelte and Tailwind.
44
55
![npm](https://img.shields.io/npm/v/svelte-tailwind-snowpack?logoColor=%23cd3534&style=flat-square)
66
![Twitter Follow](https://img.shields.io/twitter/follow/agneymenon?style=flat-square)
@@ -11,7 +11,11 @@ Create a new project with:
1111
npx create-snowpack-app dir-name --template svelte-tailwind-snowpack
1212
```
1313

14-
Uses `svelte-preprocess`
14+
Uses `svelte-preprocess`.
15+
16+
- TailwindCSS with Autoprefixer
17+
- Testing with [@testing-library/svelte](https://testing-library.com/docs/svelte-testing-library/intro/) and Web test runner
18+
- Prettier with [svelte-plugin](https://github.com/sveltejs/prettier-plugin-svelte)
1519

1620
## Available Scripts
1721

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"postcss": "^8.1.10",
3434
"postcss-load-config": "^3.0.0",
3535
"prettier": "^2.2.1",
36+
"prettier-plugin-svelte": "^1.4.1",
3637
"snowpack": "^2.17.1",
3738
"svelte-preprocess": "^4.1.1"
3839
},

0 commit comments

Comments
 (0)