PHP Classes

File: modules/cms/console/scaffold/theme/tailwind/partials/meta/styles.stub

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/console/scaffold/theme/tailwind/partials/meta/styles.stub   Download  
File: modules/cms/console/scaffold/theme/tailwind/partials/meta/styles.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 250 bytes
 

Contents

Class file image Download
== {{ vite(['assets/src/css/theme-{{code}}.css'], 'theme-{{code}}') }} <style> :root { --primary: {{ this.theme.color_primary }}; --secondary: {{ this.theme.color_secondary }}; } </style> {% styles %} {% placeholder head %}