Design Finish Stage 1
1. Finish 3 pages design
هذا الالتزام موجود في:
25
tailwind.config.js
Normal file
25
tailwind.config.js
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
container: {
|
||||
center: true,
|
||||
padding: '1rem',
|
||||
screens: {
|
||||
sm: '100%',
|
||||
md: '768px',
|
||||
lg: '1024px',
|
||||
xl: '1400px',
|
||||
'2xl': '1800px',
|
||||
// '3xl': '1800px',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم