Skip to content

ajlee-kp/titan-style-helper

Repository files navigation

To Add New Style

  1. Create new style in Titan on the element, give it a name

  2. Preview or publish and inspect the element

  3. Figure out what its' root style id is by checking console

    a. Should be like .ft--e###--root

  4. Add that to _template-ids.scss as a new variable (probably with same name as style in Titan)

  5. Now you can use the titanClassWithID mixin to style that element

Insert new css into Titan

  1. run cmd >> npm i in repo dir
  2. copy the generated css in style.css

In Titan Project:

|--> Project Settings (gear icon on left side)
   |--> Tools
      |--> Custom Styles
         |+++ Paste the css into the content of the custom style and apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages