Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
#24:
Browse files Browse the repository at this point in the history
- fixed vue component styling not being loaded (was not included in twig)
- added carousel styling to component styling

Signed-off-by: zischler <tobias.zischler@gmx.ch>
  • Loading branch information
zischler committed Dec 30, 2020
1 parent a58fd90 commit 6e5ce2b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions craft/templates/_layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
{# CSS #}
{{ craft.twigpack.includeInlineCssTags("@webroot/webresources/build/module/critical.css") }}
{{ craft.twigpack.includeInlineCssTags("@webroot/webresources/build/module/helium.css") }}
{{ craft.twigpack.includeInlineCssTags("@webroot/webresources/build/module/main.css") }}

<!-- Android / Standard: 192x192px -->
<meta name="application-name" content="{{ applicationName }}">
Expand Down
2 changes: 1 addition & 1 deletion frontend/application/src/components/carousel-slide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
</template>

<script lang="ts" src="./scripts/carousel-slide.ts"></script>
<style scoped src="../styles/styles-async/carousel.css"></style>
<style scoped src="../styles/styles-components/carousel.css"></style>
1 change: 1 addition & 0 deletions frontend/application/src/components/carousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@
</template>

<script lang="ts" src="./scripts/carousel.ts"></script>
<style scoped src="../styles/styles-components/carousel.css"></style>
1 change: 0 additions & 1 deletion frontend/application/src/styles/bundles/styles-async.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@
@import "../styles-async/accordeon.css";
@import "../styles-async/quote.css";
@import "../styles-async/global-transitions.css";
@import "../styles-async/carousel.css";

0 comments on commit 6e5ce2b

Please sign in to comment.