{}
tailwind.config = {
theme: {
extend: {
colors: {
}
},
screens: {
'lg': {'max': '991px'},
'md': {'max': '767px'},
'sm': {'max': '478px'},
}
}
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
}
@layer components {
}
@layer utilities {
}
{}