UNPKG

178 BJavaScriptView Raw
1module.exports = function() {
2 throw new Error(
3 'styled-jsx/css: if you are getting this error it means that your `css` tagged template literals were not transpiled.'
4 )
5}