The Wayback Machine - https://web.archive.org/web/20210131171431/https://github.com/topics/nuxtjs-template
Skip to content
#

nuxtjs-template

Here are 46 public repositories matching this topic...

ThornWalli
ThornWalli commented Sep 12, 2019

I have a project that consists of several independent websites and a collection of components. Now you want to use a different styling (theme) for each website, so each component must have its own CSS for each theme.

A style tag can be created for each theme.

<!-- Theme A -->
<style lang="postcss" theme="theme-a"></style>

<!-- Theme B -->
<style lang="postcss" theme="theme-

Improve this page

Add a description, image, and links to the nuxtjs-template topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nuxtjs-template topic, visit your repo's landing page and select "manage topics."

Learn more