Skip to content

Commit

Permalink
fix(plastic balls): plastic Balls added
Browse files Browse the repository at this point in the history
  • Loading branch information
Greimil committed Oct 22, 2023
1 parent b0a45a1 commit ec707c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
extend: {
backgroundImage: {
RedBall: "url('/src/assets/RedPlasticBall.png')",
YellowBall: "url('/src/assets/YellowPlasticBall.png')",
OrangeBall: "url('/src/assets/OrangePlasticBall.png')",
},
},
},
plugins: [],
};

0 comments on commit ec707c9

Please sign in to comment.