Comparing version 0.1.12 to 0.1.13
# Smelte changelog | ||
# 0.1.13 | ||
* Remove unused PostCSS config section | ||
* Add code examples to sliders and selection controls | ||
* Remove `@apply` where possible | ||
* Remove `extend` from tailwind config | ||
* Put tailwind utilities import after `@apply` classes | ||
* Fix setting font size class to icon | ||
# 0.1.11 | ||
@@ -4,0 +13,0 @@ * Fix drawer docs |
{ | ||
"name": "smelte", | ||
"description": "UI framework for Svelte using Tailwind CSS", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"scripts": { | ||
@@ -77,3 +77,3 @@ "dev": "sapper dev -p 7777", | ||
"rollup-plugin-svelte": "^5.0.1", | ||
"rollup-plugin-terser": "^4.0.4", | ||
"rollup-plugin-terser": "^5.1.3", | ||
"sapper": "^0.27.8", | ||
@@ -83,5 +83,5 @@ "sirv": "^0.4.0", | ||
"svelte-preprocess": "^2.9.0", | ||
"tailwindcss": "^1.0.1", | ||
"tailwindcss": "^1.1.3", | ||
"tailwindcss-elevation": "^0.3.0" | ||
} | ||
} |
@@ -125,7 +125,2 @@ const { addUtility } = require("./src/utils/style.js"); | ||
}, | ||
extend: { | ||
fontFamily: { | ||
sans: "Roboto" | ||
} | ||
}, | ||
plugins: [ | ||
@@ -132,0 +127,0 @@ require("tailwindcss-elevation")(["hover"]), |
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
681384
2314