Skip to content

Commit 1a4c76e

Browse files
committed
Upgrade tailwind to v2
1 parent 98969dd commit 1a4c76e

File tree

4 files changed

+141
-134
lines changed

4 files changed

+141
-134
lines changed

docs/tailwind.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
const defaultTheme = require('tailwindcss/defaultTheme')
22

33
module.exports = {
4-
future: {
5-
removeDeprecatedGapUtilities: true,
6-
purgeLayersByDefault: true
7-
},
8-
experimental: {
9-
applyComplexClasses: true,
10-
uniformColorPalette: true
11-
},
124
purge: [
135
'./docs/App.svelte',
146
'./docs/index.html'

docs/tailwind.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@tailwind base;
22
html {
3-
@apply h-full bg-gray-100 text-gray-900 font-sans font-normal;
3+
@apply h-full bg-gray-50 text-gray-900 font-sans font-normal;
44
-webkit-tap-highlight-color: transparent;
55
}
66
button {
7-
@apply w-40 h-12 text-gray-600 hover:text-gray-900 text-xs font-bold tracking-wide bg-white border border-gray-300 rounded-sm focus:outline-none focus:shadow-outline m-2;
7+
@apply w-40 h-12 text-gray-600 hover:text-gray-900 text-xs font-bold tracking-wide bg-white border border-gray-300 rounded-sm focus:outline-none focus:ring m-2;
88
}
99
button.selected {
1010
@apply bg-blue-200;

0 commit comments

Comments
 (0)