mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-14 00:43:50 +00:00
custom spacing
This commit is contained in:
parent
9082e1adf6
commit
6c93cbe2b0
@ -2,7 +2,11 @@
|
|||||||
export default {
|
export default {
|
||||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {}
|
extend: {
|
||||||
|
spacing: {
|
||||||
|
0.75: '0.1875rem'
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
plugins: []
|
plugins: []
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user