Skip to main content

Questions tagged [sketch-3]

Sketch is a digital design application for Mac.

1 vote
1 answer
64 views

Identifying HTML Elements from Sketch design

Front-End dev here, forgive me if this has already been asked before. When coding HTML/CSS from a sketch design is there a way to identify what kind of html element corresponds to the sketch component?...
verynear's user avatar
2 votes
0 answers
376 views

Text vertical alignment in sketch different than in css

I know this is a very common problem, but I have yet to find a canonical solution for it. I have a design created in Sketch, and when I use the exact font, font-size and line-height in css, the ...
Uri Klar's user avatar
  • 3,988
1 vote
1 answer
128 views

Implement shadow on the object from my predefine shadows in Sketch

I am not pro in javascript but I want to implement shadow on the object from my predefine shadows but the code is not working: var selection = context.selection; for (var i=0; i < ...
sandeep's user avatar
  • 92.3k
2 votes
2 answers
326 views

How to use Sketch/Illustrator designs in android studio

So, I'm developing an application in android studio, my company will give me designs created in sketch/illustrator, so how do I use them? Do I have to create the whole design in xml from scratch ...
Fareeha Ehsaan's user avatar
2 votes
2 answers
59 views

What are the options available to go from Sketch to ReacJs?

What are the options available to export Sketch for Mac UX designs to ReactJS components to be used by the coding team. From those options, what are the recommended ones, pros and cons of each? We ...
Mendes's user avatar
  • 18.2k
6 votes
2 answers
404 views

How to export the generated theme in the Material Plugin for Sketch?

We are using the Material Design Theme Editor Plugin in Sketch. It's a fantastic tool because it allows us to follow the Material Design guidelines very easily and to have a visual consistency in our ...
GianMS's user avatar
  • 963
-1 votes
1 answer
44 views

Blank screen: can't see my design from imported file

I am unable to see my design from the imported file, all I can see is the background color of the settings page I have tried modifying the containers and adding other files within. As you will see ...
Camille Basbous's user avatar
-1 votes
4 answers
97 views

ios design in iphone SE but I want to make the design in iphone 8 plus

I have got the application design in iphone SE (sketch). But I am designing app in iphone 8 plus. I want the exact sizes and dims for iphone 8 plus. But when I change the simulator I sketch it only ...
Akhlaq Ahmad's user avatar
0 votes
1 answer
255 views

TextTheme fields not match Sketch project text styles

I use material design plugin for Sketch to design my app. Now I need to set up my app theme to completely satisfy my prototype. There is no issues with colors. But with text I see mismatch of fields ...
user1717140's user avatar
7 votes
1 answer
2k views

Sketch to CSS - Radial Gradient Css Export Problem

My English is a little bad. Sorry. There is a design prepared in the Sketch program. I couldn't spill the radial gradiant correctly into the css code. How do I get the same radial gradiant appearance? ...
Gökhan's user avatar
  • 99
0 votes
0 answers
102 views

How to fix an inline SVG with great display in viewer but not in page ? - ReactJS import

I import 3/4 SVG into a next.js page and the display doesn't work. Seems the ID are in conflict... I tried to change the mask IDs and differents exports from sketch, it works in svgomg viewer but not ...
MrGlox's user avatar
  • 26
0 votes
2 answers
794 views

Sketch to React? [closed]

We are trying to develop a workflow, utilizing React react-sketchapp Sketch, that a designer in Sketch can produce React components and the coding (at least for the CSS) is automatically generated and ...
Daejichu's user avatar
0 votes
2 answers
291 views

Material SVGs exported from sketch not showing up in client's browser, but fine in my browser - how to test?

I'm assuming it's an export issue. Trying to figure out how to recreate the issue - any one experience this? Solutions also welcome. Will try re-exporting from Illustrator. here are some troublesome ...
judith's user avatar
  • 27
8 votes
1 answer
856 views

Finding a pattern or formula to convert Sketch shape path points(json format) to svg path

I am trying to find a pattern to convert Sketch shape points(json format) to svg path, as we know sketch files are just zip files, unzipping you will get json files. here are sample json codes { ...
JohnPep's user avatar
  • 193
0 votes
1 answer
112 views

Has the syntax for NSArray arrayWithObject changed in recent Sketch versions?

I developed a plugin that includes an array of acceptable file extensions. Up until recent versions of Sketch, the syntax looked like: var fileTypes = [NSArray arrayWithObjects:@'scss',@'less',@'css',...
Phil Sinatra's user avatar

15 30 50 per page
1
2 3 4 5
7