2023-12-27 09:31:22 +00:00
|
|
|
const path = require('path');
|
|
|
|
const vnPrintPath = path.resolve('print');
|
|
|
|
|
2024-05-21 06:53:12 +00:00
|
|
|
module.exports = [
|
|
|
|
`${vnPrintPath}/common/css/email.css`,
|
2023-12-27 09:31:22 +00:00
|
|
|
`${vnPrintPath}/common/css/layout.css`,
|
2024-05-21 06:53:12 +00:00
|
|
|
`${vnPrintPath}/common/css/misc.css`,
|
|
|
|
`${vnPrintPath}/common/css/report.css`,
|
|
|
|
`${vnPrintPath}/common/css/spacing.css`,
|
|
|
|
];
|