chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
+22
View File
@@ -0,0 +1,22 @@
# Changelog
### 3.0.2
* added new unitless properties
### 3.0.0
* `assignStyle` now correctly merges array values without duplicates where the last occurence always wins in order
### 2.0.0
* improve `assignStyle` to replace arrays
### 1.0.3
* performance improvements
### 1.0.2
* added `resolveArrayValue` and `assignStyle`
### 1.0.1
* added `cssifyDeclaration` and `cssifyObject`
### 1.0.0
Initial version