Comparing version 0.1.2 to 0.1.3
# Smelte changelog | ||
# 0.1.3 | ||
* Update dependencies | ||
* Fix pagination in the data table | ||
# 0.1.2 | ||
@@ -4,0 +8,0 @@ * Upgrade svelte |
{ | ||
"name": "smelte", | ||
"description": "UI framework for Svelte using Tailwind CSS", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "dev": "sapper dev -p 7777", |
@@ -97,3 +97,3 @@ # Smelte | ||
Create `smelte.css` in `src` folder with this line: | ||
Create `tailwind.css` in `src` folder with this line: | ||
``` | ||
@@ -153,2 +153,2 @@ @import 'smelte/src/tailwind'; | ||
- [ ] Document API | ||
- [ ] IE 11 support | ||
- [ ] IE 11 support |
@@ -9,4 +9,3 @@ import scrim from "./Scrim.svelte"; | ||
Scrim, | ||
Ripple, | ||
Spacer | ||
}; |
Sorry, the diff of this file is not supported yet
679717
94
2317
153