Closed dkamyshov closed 5 years ago
Current implementation of resolver does not allow importing modules from other packages:
// this will fail import { xcss } from 'ts-astroturf-tools/xcss'; import { colors } from 'another-package/colors'; const someClassName = xcss` color: ${colors.RED}; `;
addressed in v0.14.0
Current implementation of resolver does not allow importing modules from other packages: