2020-01-09 08:01:17 +00:00
|
|
|
const Stylesheet = require(`${appPath}/core/stylesheet`);
|
|
|
|
|
|
|
|
module.exports = new Stylesheet([
|
|
|
|
`${appPath}/common/css/spacing.css`,
|
|
|
|
`${appPath}/common/css/misc.css`,
|
|
|
|
`${appPath}/common/css/layout.css`,
|
2020-01-16 12:39:32 +00:00
|
|
|
`${appPath}/common/css/email.css`,
|
|
|
|
`${__dirname}/style.css`])
|
2020-01-09 08:01:17 +00:00
|
|
|
.mergeStyles();
|