Skip to content

Commit

Permalink
remove unused lines and obvious comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Nov 9, 2024
1 parent b867242 commit 9e1ff97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ const secondary = {
};

/** @type {import('tailwindcss').Config} */

module.exports = {
important: true,
darkMode: ["class"],
theme: {
extend: {
screens: {
"4xl": "160rem",
"4k": "240rem", // rem is used insted of pixel
"4k": "240rem",
},
fontFamily: {
sans: ["Figtree", "sans-serif"],
Expand Down

0 comments on commit 9e1ff97

Please sign in to comment.