feat: can build again

This commit is contained in:
2024-08-02 16:07:07 +02:00
parent e89c62dde8
commit 89e819ece1
8 changed files with 4645 additions and 6437 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "z-styles",
"name": "@hijlkema-codes/internal/z-styles",
"version": "0.0.1",
"dependencies": {
"tslib": "^2.3.0"

View File

@@ -1,5 +1,5 @@
export * from './lib/normalize';
export { normalize } from './lib/normalize';
export * from './lib/variable.helper';
export { VariableHelper } from './lib/variable.helper';
export * from './lib/variable.func';
export { variable } from './lib/variable.func';