File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ export { default as variables } from '@cssxjs/runtime/variables'
2+ export { defaultVariables , setDefaultVariables } from '@cssxjs/runtime/variables'
3+ export { default as dimensions } from '@cssxjs/runtime/dimensions'
4+ export { default as matcher } from '@cssxjs/runtime/matcher'
5+
16export function css ( cssString ) {
27 throw Error ( '[cssxjs] Unprocessed \'css\' template string. Bundler (Babel / Metro) did not process this file correctly.' )
38}
Original file line number Diff line number Diff line change 1818 "./entrypoints/web-teamplay" : " ./entrypoints/web-teamplay.js" ,
1919 "./entrypoints/react-native-teamplay" : " ./entrypoints/react-native-teamplay.js" ,
2020 "./constants" : " ./constants.cjs" ,
21- "./dimensions" : " ./dimensions.js"
21+ "./dimensions" : " ./dimensions.js" ,
22+ "./variables" : " ./variables.js" ,
23+ "./matcher" : " ./matcher.js"
2224 },
2325 "type" : " module" ,
2426 "scripts" : {
You can’t perform that action at this time.
0 commit comments