feat: styles package (#1074)

This commit is contained in:
Mo
2022-06-07 13:49:00 -05:00
committed by GitHub
parent 6d0b6e9018
commit 31003276b7
40 changed files with 3346 additions and 119 deletions

View File

@@ -13,10 +13,10 @@ module.exports = {
}),
'\\.(css|less|scss|sass)$': 'identity-obj-proxy',
'@standardnotes/toast': 'identity-obj-proxy',
'@standardnotes/styles': 'identity-obj-proxy',
},
globals: {
__WEB_VERSION__: '1.0.0',
self: {}, // fixes error happening on `import { SKAlert } from 'sn-stylekit'`
},
transform: {
'^.+\\.(ts|tsx)?$': 'ts-jest',