added tailwind back, reenabled utilities which was causing the color issue
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
const _WebAssembly = typeof WebAssembly !== 'undefined'
|
||||
? WebAssembly
|
||||
: typeof WXWebAssembly !== 'undefined'
|
||||
? WXWebAssembly
|
||||
: undefined;
|
||||
if (!_WebAssembly) {
|
||||
throw new Error('WebAssembly is not supported in this environment');
|
||||
}
|
||||
export { _WebAssembly };
|
||||
Reference in New Issue
Block a user