1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Implement header design

This commit is contained in:
Chocobozzz 2017-12-01 13:08:46 +01:00
parent b33f657c30
commit 26c6ee80d0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
13 changed files with 157 additions and 95 deletions

View file

@ -74,7 +74,8 @@ module.exports = function (options) {
loader: 'sass-resources-loader',
options: {
resources: [
helpers.root('src/sass/_variables.scss')
helpers.root('src/sass/_variables.scss'),
helpers.root('src/sass/_mixins.scss')
]
}
}