Skip to content

Instantly share code, notes, and snippets.

@eob
Created October 1, 2013 16:32
Show Gist options
  • Save eob/6781279 to your computer and use it in GitHub Desktop.
Save eob/6781279 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="CTS Example: Loading CSS" />
<title>CTS Example: Loading CSS</title>
<script src="http://treesheets.org/cts.js"></script>
<style type="text/cts">
@css http://getbootstrap.com/2.3.2/assets/css/bootstrap.css;
</style>
</head>
<body style="padding: 20px">
CTS linked in Twitter Bootstrap for us, so this <button class='btn btn-large btn-success'>Button</button> should be big and green!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment