Skip to content

Instantly share code, notes, and snippets.

@RobertFischer
Created August 11, 2014 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertFischer/f10df783351ce7c8d13a to your computer and use it in GitHub Desktop.
Save RobertFischer/f10df783351ce7c8d13a to your computer and use it in GitHub Desktop.
Namespsaced CSS
<!--
In your SCSS file:
.bootstrap {
// All your bootstrap specific SCSS here
}
-->
<body class="bootstrap">
<!--
Widgets here will get "bootstrap"-namespaced styling
-->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment