diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-31 11:54:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-31 11:54:22 +0100 |
commit | 937245b202c200e1405209c59893d459b2194d2f (patch) | |
tree | 38dc667fb81be27b3b21e5cfccbf36d5fbc8fefd /tailwind.config.js | |
parent | 4dde9b0855ad8edf5eef72036ee788aeeb5cd775 (diff) | |
parent | e5beba07d6b9e102cc28c7474b9db0ae11ec3c79 (diff) | |
download | garagehq.deuxfleurs.fr-937245b202c200e1405209c59893d459b2194d2f.tar.gz garagehq.deuxfleurs.fr-937245b202c200e1405209c59893d459b2194d2f.zip |
Merge branch 'master' of git.deuxfleurs.fr:sptl/garage_website
Diffstat (limited to 'tailwind.config.js')
-rwxr-xr-x | tailwind.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 0d3f330..7c30233 100755 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,6 +9,13 @@ module.exports = { 'garage-orange': "#FF9329", 'garage-gray': "#4E4E4E", }, + backgroundSize: { + 'size-200': '200% 200%', + }, + backgroundPosition: { + 'pos-0': '0% 0%', + 'pos-100': '100% 100%', + }, }, }, variants: { |