We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5029cf commit 27e0b34Copy full SHA for 27e0b34
tailwind.config.js
@@ -24,8 +24,8 @@ module.exports = {
24
},
25
backgroundImage: (theme) => ({
26
"anuncios": "url('https://i.imgur.com/tDlT9sr.jpg')",
27
- "kaku-dev": "url('https://www.rustlang-es.org/kaku.avif')",
28
- "kaku": "url('https://www.rustlang-es.org/kaku.avif')",
+ "kaku-dev": "url('https://rustlang-es.org/kaku.avif')",
+ "kaku": "url('https://rustlang-es.org/kaku.avif')",
29
}),
30
gridTemplateColumns: (theme) => ({
31
"divided": "2.5fr 1fr",
0 commit comments