Skip to content

Instantly share code, notes, and snippets.

@ericf
Created December 17, 2010 07:47
Show Gist options
  • Select an option

  • Save ericf/744635 to your computer and use it in GitHub Desktop.

Select an option

Save ericf/744635 to your computer and use it in GitHub Desktop.
head.link(REL_STYLESHEET, TYPE_TEXT_CSS, relHref(
combo()
.add(webutils(),
"reset.css",
"base.css")
.add(yui3(),
"cssgrids/grids-min.css")
.add(resources(),
"style/style.css",
"style/chrome.css",
"style/content.css",
"sign-in/sign-in.css",
"windows/notify/notify.css")
.location()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment