route v1
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./components/**/*.{js,vue,ts}",
|
||||
"./layouts/**/*.vue",
|
||||
"./pages/**/*.vue",
|
||||
"./plugins/**/*.{js,ts}",
|
||||
"./app.vue",
|
||||
"./error.vue",
|
||||
'./components/**/*.{js,vue,ts}',
|
||||
'./layouts/**/*.vue',
|
||||
'./pages/**/*.vue',
|
||||
'./plugins/**/*.{js,ts}',
|
||||
'./app.vue',
|
||||
'./error.vue'
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
esyellow: "#fdec50ff",
|
||||
esyellow: '#fdec50ff'
|
||||
},
|
||||
fontSize: {
|
||||
xxs: "0.625rem", // 10px par exemple
|
||||
xxs: '0.625rem' // 10px par exemple
|
||||
},
|
||||
screens: {
|
||||
"2sm": "320px",
|
||||
},
|
||||
},
|
||||
'2sm': '320px'
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
plugins: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user