File tree Expand file tree Collapse file tree 4 files changed +141
-134
lines changed Expand file tree Collapse file tree 4 files changed +141
-134
lines changed Original file line number Diff line number Diff line change 1
1
const defaultTheme = require ( 'tailwindcss/defaultTheme' )
2
2
3
3
module . exports = {
4
- future : {
5
- removeDeprecatedGapUtilities : true ,
6
- purgeLayersByDefault : true
7
- } ,
8
- experimental : {
9
- applyComplexClasses : true ,
10
- uniformColorPalette : true
11
- } ,
12
4
purge : [
13
5
'./docs/App.svelte' ,
14
6
'./docs/index.html'
Original file line number Diff line number Diff line change 1
1
@tailwind base;
2
2
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;
4
4
-webkit-tap-highlight-color : transparent;
5
5
}
6
6
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;
8
8
}
9
9
button .selected {
10
10
@apply bg-blue-200;
You can’t perform that action at this time.
0 commit comments