Created
October 1, 2013 16:32
-
-
Save eob/6781279 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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