Roy Duineveld
Roy Duineveld
Could be added within: https://github.com/rapidez/product-alert
Currently color and text swatches are working; images not
### Discussed in https://github.com/orgs/rapidez/discussions/12 Originally posted by **royduin** November 16, 2022 Currently bundle products are not supported
Makes it easier to check if the content is empty or not. For example with: ``` NovaEditorJs::generateHtmlOutput($value)->isNotEmpty() ```
As this is changed here: https://github.com/rapidez/core/pull/586
Just curious about your thoughts on this; currently all fonts from the manifest are added with `@preloadFonts`. So when you've multiple CSS files (for multisite): ```js export default defineConfig({ plugins:...
With Tailwind 4 (4.0.9 currently); modifiers only seem to work with utilities that do have an argument, this works: ```css @utility text-* { --alpha: calc(--modifier(integer) * 1%); color: --alpha(--value(--*, [color])...