Comparing version 0.1.19 to 0.2.0
{ | ||
"name": "smelte", | ||
"description": "UI framework for Svelte using Tailwind CSS", | ||
"version": "0.1.19", | ||
"version": "0.2.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "dev": "sapper dev -p 7777", |
@@ -38,2 +38,12 @@ const { addUtility } = require("./src/utils/style.js"); | ||
theme: { | ||
extend: { | ||
width: { | ||
"1/7": "14.2857143%", | ||
"2/7": "28.5714286%", | ||
"3/7": "42.8571429%", | ||
"4/7": "57.1428571%", | ||
"5/7": "71.4285714%", | ||
"6/7": "85.7142857%" | ||
} | ||
}, | ||
fontSize: { | ||
@@ -40,0 +50,0 @@ "5xl": "6rem", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
687238
99
2361