Skip to content
#

symbol

Here are 99 public repositories matching this topic...

eu81273
eu81273 commented May 19, 2017

If the document.domain property is set in the page, _has module throws error "Access is denied" when try to check window's property for example 'hasOwnProperty'.

So I think it is better to change _has module like below.

var hasOwnProperty = {}.hasOwnProperty;
module.exports = function(it, key){
  try {
    return hasOwnProperty.call(it, key);
  } catch(e){
    return 
michadesign
michadesign commented Mar 30, 2020

Hello Ashung,

Create a Styleguide of all used colors in the current Document/Page/Artboard.

I know you have implemented a similar function for styles and document colors - but most of the time I see fellow designers not using these :/

Sketch already offers such a list when using the find/replace color dialog - but it can't output them as rectangles with the HEX Codes as Text Layers.

I

Improve this page

Add a description, image, and links to the symbol topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the symbol topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.