Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Vetrivel-VP/bc0bf2fdb253c70db5a6cdcada28cdc2 to your computer and use it in GitHub Desktop.
Save Vetrivel-VP/bc0bf2fdb253c70db5a6cdcada28cdc2 to your computer and use it in GitHub Desktop.
Web 3.0 Portfolio Tailwind CSS Config
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {
margin: {
320: "320px",
},
width: {
190: "190px",
275: "275px",
300: "300px",
340: "340px",
350: "350px",
656: "656px",
880: "880px",
508: "508px",
},
height: {
80: "80px",
340: "340px",
370: "370px",
420: "420px",
510: "510px",
600: "600px",
685: "685px",
800: "800px",
"90vh": "90vh",
},
colors: {
navBar: "#1d1e25",
primary: "#121316",
textBase: "#8f9091",
},
},
},
plugins: [],
};
Copy link

ghost commented Jan 15, 2023

Thank you its really helpful. Your boosting our hidden talents .Once again thank you for the lectures on youtube

@Vetrivel-VP
Copy link
Author

Thank you its really helpful. Your boosting our hidden talents .Once again thank you for the lectures on youtube

Thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment