You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to generate our color palette in sketch with react-sketchapp, from the documentation react-sketchapp supports Symbols and TextStyles, what about layer styles?
Example:
I can run the color palette example, but each element of the palette only has direct styles applied to it, I'd like to use layer styles like this 👇
Any pointers would be appreciated, otherwise I guess I'll have to use sketch's low level api?
The text was updated successfully, but these errors were encountered:
@NoobsArePeople2 I'd suggest using Kactus and checking the git diff between the same document without a layer style, and with one. https://kactus.io/ (commit the file before/after). You can check sketch-file-format-ts too for the file format types (TypeScript).
Hi, I'm trying to generate our color palette in sketch with react-sketchapp, from the documentation react-sketchapp supports Symbols and TextStyles, what about layer styles?
Example:
I can run the color palette example, but each element of the palette only has direct styles applied to it, I'd like to use layer styles like this 👇
Any pointers would be appreciated, otherwise I guess I'll have to use sketch's low level api?
The text was updated successfully, but these errors were encountered: