diff options
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 4ffcc10..1f309e1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -13,6 +13,9 @@ module.exports = { colors: { 'material-gray': '#212121', }, + backgroundImage: { + 'landing': "url('/temp-landing.png')", + } }, }, plugins: [], |
