Viktor Hubert
Viktor Hubert
Is there a way to initialise one instance of the keyboard, instead of calling it on all elements? So instead of calling $().keyboard() on the specific element, I would just...
First of all: thanks for the great lib! I've encountered a weird issue. This works fine even if the file doesn't exist: ```js lockfile.lock('./file.txt'); ``` This however throws errors, when...
Suppose I have a local web server on port 8888, while my production server is on the standard 80. Generating an absolute url with ``` js Routing.generate('news', {}, true); ```...
While container query data is extracted from the css with PostCSS, we could throw an error if the code would obviously cause a loop. Basically, if a container query on...
Instead of the very unconventional `@define-container` syntax, it should be more like a regular declaration, like: ```css .Container { container: true; } ```
It's [surprisingly simple](https://codesandbox.io/s/4qzlxk55j7), and hooks are almost out!
It might worth reconsidering the polyfilling issue. Originally I shipped all necessary polyfills to make it easier to adapt the library, but that comes with some cons: - Shipping the...
Assume a grid, with items popping in and out of existence, where grid is the container, and the items should have a specific with. When the items are injected, styles...