Fix create trade offer flow and other related bugs
This commit is contained in:
parent
f3a1366269
commit
65ca344582
40 changed files with 867 additions and 278 deletions
|
|
@ -41,6 +41,16 @@ module.exports = {
|
|||
*/
|
||||
// '../../**/*.py'
|
||||
],
|
||||
safelist: [
|
||||
'alert-info',
|
||||
'alert-success',
|
||||
'alert-warning',
|
||||
'alert-error',
|
||||
'bg-info',
|
||||
'bg-success',
|
||||
'bg-warning',
|
||||
'bg-error',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue