Skip to content

Instantly share code, notes, and snippets.

@ryanbahniuk
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save ryanbahniuk/42c6657b4285eeccbe04 to your computer and use it in GitHub Desktop.

Select an option

Save ryanbahniuk/42c6657b4285eeccbe04 to your computer and use it in GitHub Desktop.
describe('make-align-center', function() {
it('should create the correct class', function() {
sassaby.standaloneMixin('make-align-center').calledWith('md').createsSelector('.align-center-md');
});
it('should make the correct declaration', function() {
sassaby.standaloneMixin('make-align-center').calledWith('md').declares('justify-content', 'center');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment