Skip to content

Instantly share code, notes, and snippets.

@kresimirstropnik
Last active April 5, 2024 12:37
Show Gist options
  • Save kresimirstropnik/692ba43242ff4239d2f4886f96b4ffa8 to your computer and use it in GitHub Desktop.
Save kresimirstropnik/692ba43242ff4239d2f4886f96b4ffa8 to your computer and use it in GitHub Desktop.
module.exports = {
content: [],
theme: {
extend: {},
colors: {
blue: "#1fb6ff",
purple: "#7e5bef",
orange: "#ff7849",
green: "#13ce66",
yellow: "#ffc82c",
},
},
plugins: [],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment