CSS Structure

There are different compiled CSS files used depending on the version you’re using.

  • yt1/style.css Stylesheet for the YouTuber v1 version.
  • str1/style.css Stylesheet for the Streamer v1 version.
  • style.css Stylesheet for the Landing page.

The source CSS files can be found in the source/assets/css folder.

@config "../../../../tailwind.yt1.config.js";
@tailwind base;
@tailwind components;
@tailwind utilities;
Was this page helpful?