Skip to content

Instantly share code, notes, and snippets.

@kcliu
Last active December 23, 2015 10:39
Show Gist options
  • Save kcliu/6622606 to your computer and use it in GitHub Desktop.
Save kcliu/6622606 to your computer and use it in GitHub Desktop.
// build:css(release) css/combined/css_common.css
link(href='css/new_style/style_partner.css', rel='stylesheet', type='text/css')
link(href='css/jquery-ui/custom-theme/jquery-ui-1.8.9.custom.css', rel='stylesheet', type='text/css')
// endbuild
| {if $partner.info.css != ''}
link(href='{$partner.info.css}', rel='stylesheet', type='text/css')
| {/if}
| {if $from == 'facebook'}
link(href='css/new_style/style_fb.css', rel='stylesheet', type='text/css')
| {/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment