website
website copied to clipboard
The markojs.com website
Hey, just noticed that there is no docs relating to state definition for single file components like below ``` class { declare state: { x: number, y: number }; onCreate()...
## Yellow on White ## White on Yellow
Fixes https://github.com/marko-js/website/issues/101 The `.demo-page-loading`-linked animations may have to be pure CSS `animation`, since Safari is still grumpy about it even if we're just toggling `opacity: 0`. Hm… or `will-change: opacity`....
When I go to https://markojs.com in Safari (14.1.2), the CPU load on my MacBook Air goes up above 100%. If I use the Brave browser, the CPU load is closer...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
a11y work I did in a fugue state, pushing up so I don't forget
 There’s a probably poorly-considered global CSS rule that...
As seen on: https://markojs.com/docs/core-tags/  If I had to guess, this probably needs an ``...
Marko looks cool! Please add a browser compatibility list or statement somewhere in the docs, ideally in the introduction. https://markojs.com/ [doesn't (currently?) work on IE11](https://github.com/marko-js/markojs-website/issues/29), so I went looking to...
Obsoletes #43, fixes the same problem as described in it. Right now I’m double-checking if this has any side-effects other than `&` and `<`, but that weird bug where `npm...