Skip to content

Commit

Permalink
Changing the tailwindconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritesh Hiremath authored and Ritesh Hiremath committed Oct 26, 2024
1 parent 7666f0d commit be55698
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ module.exports = {
'./pages/**/*.{js,ts,jsx,tsx,md}',
'./components/**/*.{js,ts,jsx,tsx,md}',
],
<<<<<<< HEAD
=======
safelist: [
'h-8',
'w-8', // smaller avatar sizes
'h-11',
'w-11', // larger avatar sizes
'bg-slate-50',
'rounded-full',
'-ml-3',
'bg-cover',
'bg-center',
'border-2',
'border-white',
],
>>>>>>> 944a1db (Changing the tailwindconfig file)
darkMode: 'class',
theme: {
screens: {
Expand Down

0 comments on commit be55698

Please sign in to comment.