formatting, full migration to svelte-french-toast
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
content: [ './src/**/*.svelte' ],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
reepolee: {
|
||||
500: '#b40000',
|
||||
600: '#9c0000',
|
||||
700: '#750000'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
mode: "jit",
|
||||
content: ["./src/**/*.svelte"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
reepolee: {
|
||||
500: "#b40000",
|
||||
600: "#9c0000",
|
||||
700: "#750000",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user