Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Created January 15, 2017 17:20
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 mattvagni/0d147e9f780ebf8d2f7052af2f2ca5e3 to your computer and use it in GitHub Desktop.
Save mattvagni/0d147e9f780ebf8d2f7052af2f2ca5e3 to your computer and use it in GitHub Desktop.
'use strict';
var _styles = {
'wrapper': '_6de768fc',
'button': '_8e1229bd'
};
var _styles2 = _interopRequireDefault(_styles);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
console.log('\n <div class="' + _styles2.default.wrapper + '">\n <button class="' + _styles2.default.button + '">\n Click Me\n </button>\n </div>\n ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment