Merge branch 'master' of https://github.com/brkcvn/akaunting into new-plans
This commit is contained in:
7
presets.js
vendored
7
presets.js
vendored
@ -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',
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user