Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Created April 5, 2017 17:09
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 linuxenko/b6ea9298fc4f7e240b2e5b5a5889c7d0 to your computer and use it in GitHub Desktop.
Save linuxenko/b6ea9298fc4f7e240b2e5b5a5889c7d0 to your computer and use it in GitHub Desktop.
beforeEach(() => {
cst.rule(defaultRules); // Load default rules
});
afterEach(() => {
cst.exit(); // Remove entire stylesheet
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment