Mikael Vesavuori
Mikael Vesavuori
Seeing the same every now and then. A real heart-breaker, and creates a huge mess when you're working on something that is not really ideal to "rip and replace".
Not a solution but a quick fix to not get stuck is to add a basic command for removing those files before building: ``` "build": "npm run clean && eventcatalog...
Since the command will be unrecognized on Windows, and also since the `.DS_Store` will never be generated on a Windows machine, it is all completely Linux/Mac oriented. I advise against...
I am not able to reproduce this. Are you using Figmagic `4.5.0`? Even the mixed-use messy example here works as intended. CSS code with a bit of omissions: ```typescript const...
Note that `:` is not an exclusion pattern, but a way to express text being text (i.e. root of element) and then, when used for frames/groups, for subclassing.
I have indeed seen that (root) elements prefixed with an underscore were not ignored. I will push that fix later in `4.5.1`. EDIT: Out now, see https://github.com/mikaelvesavuori/figmagic/releases/tag/v4.5.1
Let's close this one as there is nothing more to add here?
I don't have permission to access the file.
I am just toying a bit with what I already have and I am pretty sure I see the issue. Figmagic is hard-wired to support only limited nesting, so not...
Hey again. Sorry for being late to this. Looking at the file, this is still a structural error in your file rather than with Figmagic itself. The "root" Button should...