Jesse Zomer
Jesse Zomer
The properties "grid-column-gap" and "grid-row-gap" have been deprecated in favor for the "column-gap" and "row-gap" properties. I would like to see these added to the boxmodel group
### Is your feature request related to a problem? Please describe. I like the option `enumsAsTypes` because I like working with string unions more in my code. However sometimes I...
### Describe the bug I'm trying to use [Angular's new build system](https://angular.io/guide/esbuild#getting-started-with-the-angular-clis-new-build-system), however when starting the application in development mode I get the following error: `TypeError: Class constructor ErrorHandler cannot...
### Current behavior We have an application where the DOM can get pretty big. We use the [data-cy] attribute for most selectors and that works pretty great and fast. Although...