Skip to content
Snippets Groups Projects
Commit 2f6bf02f authored by Malin Haugland Høli's avatar Malin Haugland Høli
Browse files

refactor: :wrench: Add config for use of the sti png

parent 2c6f6677
No related branches found
No related tags found
3 merge requests!66Final merge,!50fix(styling):,!4Pipeline fix
......@@ -27,7 +27,14 @@ export default {
'button-disabled': 'var(--grey)',
'button-danger': 'var(--red)',
'button-other': 'var(--accent1)'
}
},
backgroundSize: {
'auto': 'auto',
'cover': 'cover',
'contain': 'contain',
'pc': '20%',
'phone': '50%',
},
}
},
plugins: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment