Title: createCSS doesn&#8217;t do anything
Last modified: February 6, 2017

---

# createCSS doesn’t do anything

 *  Resolved [John Brand](https://wordpress.org/support/users/brandbrilliance/)
 * (@brandbrilliance)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/createcss-doesnt-do-anything/)
 * 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](https://wordpress.org/support/users/brandbrilliance/)
 * (@brandbrilliance)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/createcss-doesnt-do-anything/#post-8747870)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/titan-framework_efefef.svg)
 * [Titan Framework](https://wordpress.org/plugins/titan-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/titan-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/titan-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/titan-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/titan-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/titan-framework/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [John Brand](https://wordpress.org/support/users/brandbrilliance/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/createcss-doesnt-do-anything/#post-8747870)
 * Status: resolved