simplenews symfony template
This commit is contained in:
parent
d43201257b
commit
3fe3e5e052
|
@ -32,7 +32,8 @@ module.exports = {
|
|||
entry: {
|
||||
'main': utils.resolve(themePath + '/assets/scripts/main.js'),
|
||||
// 'lang-en': utils.resolve(langPath + '/en.json'),
|
||||
'print': utils.resolve(themePath + '/assets/styles/print.scss')
|
||||
'print': utils.resolve(themePath + '/assets/styles/print.scss'),
|
||||
'email': utils.resolve(themePath + '/assets/styles/email.scss'),
|
||||
// 'mdi': utils.resolve(themePath + '/assets/styles/mdi/scss/materialdesignicons.scss')
|
||||
},
|
||||
output: {
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
body{position:inherit}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
body{
|
||||
position: inherit;
|
||||
}
|
|
@ -5,7 +5,10 @@ global-css:
|
|||
# assets/fonts/ubuntu/ubuntu.css: {}
|
||||
# assets/styles/mdi/css/materialdesignicons.min.css: {}
|
||||
assets/dist/main.css: {}
|
||||
|
||||
email:
|
||||
css:
|
||||
theme:
|
||||
assets/dist/email.css: {}
|
||||
global-js:
|
||||
version: VERSION
|
||||
js:
|
||||
|
|
Loading…
Reference in New Issue