UNPKG

next-with-linaria

Version:
10 lines 683 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.regexLinariaSyntaxPattern = exports.regexLinariaCSSQuery = exports.regexIsLinariaGlobalCSSQuery = exports.regexLinariaCSS = exports.LINARIA_GLOBAL_EXTENSION = exports.LINARIA_MODULE_EXTENSION = void 0; exports.LINARIA_MODULE_EXTENSION = '.linaria.module'; exports.LINARIA_GLOBAL_EXTENSION = '.linaria.global'; exports.regexLinariaCSS = /\.linaria\.(module|global)\.css$/; exports.regexIsLinariaGlobalCSSQuery = /\.linaria\.global\.css\?/; exports.regexLinariaCSSQuery = /\.linaria\.(module|global)\.css\?/; exports.regexLinariaSyntaxPattern = /(styled[.(]|css`)/; //# sourceMappingURL=consts.js.map