doz
doz copied to clipboard
A JavaScript framework for building UI, almost like writing in VanillaJS. For modern browser.
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
sitemap
Is there a sitemap plugin already?
if there are spaces characters after the wrapper tag of the loop, the loop fails and it returns a string like this "[object Object],[object Object],[object Object]...".
propsConvert and propsComputed work only if the property propsConvertOnFly/propsComputedOnFly is set true
The component style does not support the short definition like: ```css .my-class { animation: 1s blink ease infinite; } ``` this works: ```css .my-class { animation-name: blink; animation-duration: 1s; animation-timing-function:...