-
### Description
I'm planning to remove Utils namespace by moving classes to service or Files.App.Storage.
Providing a single, simple and common way of accessing the application functionalities all…
-
We can possibly reuse size function and adjust it so it would take an optional map.
-
It would be nice to add an equivalent to [tailwind-merge](https://github.com/dcastil/tailwind-merge) usable in Twig, I often see duplicated classnames in prod websites, it would help to override class…
-
1. Identify and remove unused SASS components or styles from the codebase.
2. For components still in use but relying on SASS, refactor them to use TailwindCSS utility classes.
3. Ensure the updated c…
-
Well, yeah, FakeIt tries to avoid this! However, it has some limitations, which I'm not sure if are solvable reliably. It works fine for interface classes, but it is C++! So, I have an abstract class …
-
Hello,
Thank you for sharing this repo. It's really useful and inspiring.
Just one question.
Maybe I am wrong but I dont see any spacing utility classes that are responsive.
Ex: `margin-inline-1…
-
## Overview
Currently, AFAICT, no classes (apart from utilities classes) document their support for inheritance (that is, whether they are designed to be subclassed or not). _Effective Java 2nd edi…
-
### Steps to reproduce the issue
Create or install a module that has a subform
In the subform.xml add field layout utility classes (parentclass) to a subform field https://issues.joomla.org/tracker/…
boldc updated
3 months ago
-
Example code for argumkent validation in `EmbedIO.Utilities` v4.0.
```C#
#nullable enable
using System;
using System.Diagnostics.CodeAnalysis;
using EmbedIO.Utilities.ArgumentValidation; //…
-
**Describe the problem**
Some component examples are using utility classes. This has forced the React components to pull in utilities they shouldn't have to.
`.pf-u-screen-reader` is used in the f…