Skip to content

Instantly share code, notes, and snippets.

@Anber

Anber/css.js Secret

Created April 14, 2021 18:19
Show Gist options
  • Save Anber/492f23973bc65c8214cc4466a044a084 to your computer and use it in GitHub Desktop.
Save Anber/492f23973bc65c8214cc4466a044a084 to your computer and use it in GitHub Desktop.
@linaria/core
"use strict";
exports.__esModule = true;
exports.default = void 0;
var css = function css() {
throw new Error('Using the "css" tag in runtime is not supported. Make sure you have set up the Babel plugin correctly.');
};
var _default = css;
exports.default = _default;
//# sourceMappingURL=css.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment