Merge branch 'master' of https://github.com/brkcvn/akaunting into new-plans

This commit is contained in:
Burak Civan
2022-11-07 17:46:54 +03:00
221 changed files with 10135 additions and 6474 deletions

7
presets.js vendored
View File

@ -20,7 +20,7 @@ module.exports = {
safelist: [
{
pattern: /./,
pattern: /^[^/&]*$/,
},
{
pattern: /^p-/,
@ -244,6 +244,7 @@ module.exports = {
spacing: {
'modal': '610px',
'500': '500px',
'5.5': '1.30rem',
'9.5': '2.45rem',
'12.5': '3.2rem',
@ -323,6 +324,10 @@ module.exports = {
backgroundPosition: {
'0-full': ' 0 100%'
},
minHeight: {
'500': '500px',
}
},