akkoma-fe/test/unit/specs
ilja 25681cf5f6 Don't require # in the data-mfm-color attribute
For colour in MFM attributes, we expected a `#`, but that's apparently wrong. The BE
translates the `color` attribute in `$[fg.color=000 text]` into `data-mfm-color=000`.
But for the SCSS to work, we need to put it in the style attribute as `--mfm-color: #000`.

Generally we just add the attribute value as-is in the `style` attribute, but now we
have a special exception for color so we add a `#` before the value.
2024-08-18 15:48:22 +02:00
..
boot Add tests 2022-06-19 00:04:53 +03:00
components Don't require # in the data-mfm-color attribute 2024-08-18 15:48:22 +02:00
modules correct package.json lint task 2024-05-29 04:01:29 +01:00
services Big 'ol set of patches and dep maintenance (#212) 2022-11-15 15:47:32 +00:00