Skip to content

Instantly share code, notes, and snippets.

@sorenmalling
Created December 20, 2013 10:16
Show Gist options
  • Save sorenmalling/8052896 to your computer and use it in GitHub Desktop.
Save sorenmalling/8052896 to your computer and use it in GitHub Desktop.
page = Page {
head {
stylesheets {
twitterbootstrap = TypoScript:Tag
twitterbootstrap {
tagName = 'link'
attributes {
type = 'text/css'
rel = 'stylesheet'
href = TypoScript:ResourceUri
href {
path = 'resource://Meteko.Homepage/Public/Libraries/TwitterBootstrap/dist/css/bootstrap.min.css'
}
}
}
twitterbootstrap-theme < .twitterbootstrap
twitterbootstrap-theme {
attributes {
href {
path = 'resource://Meteko.Homepage/Public/Libraries/TwitterBootstrap/dist/css/bootstrap-theme.min.css'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment