Adds ability for user to pass in their own stylesheet with Docker

This commit is contained in:
Alicia Sykes
2021-07-16 22:06:10 +01:00
parent ce45ea19d1
commit f118388f09
2 changed files with 13 additions and 0 deletions

View File

@@ -89,5 +89,6 @@ export default {
@import '@/styles/dimensions.scss';
@import '@/styles/color-themes.scss';
@import '@/styles/typography.scss';
@import '@/styles/user-defined-themes.scss';
</style>