• Resolved John Brand

    (@brandbrilliance)


    I’ve created all the options and the inline css parameter using ‘value’ works fine.

    However, I’m unable to generate more dynamic content using the command (directly below creating all the options):

    $titan->createCSS( '
    .my-custom-var { 
    	height: $logo_height;
    }
    ' );
    
Viewing 1 replies (of 1 total)
  • Thread Starter John Brand

    (@brandbrilliance)

    I realised my mistake. It works but ONLY when you save options (which you have to do during development to “render” the CSS file continuously.

    Also, another thing to remember is that for options like FONT, you have to render every variable, e.g.
    font-family: $headings_font-font-family;

    You can’t use the variable alone, like when you set the css variable with “value” string.

Viewing 1 replies (of 1 total)
  • The topic ‘createCSS doesn’t do anything’ is closed to new replies.