Giter Club home page Giter Club logo

Comments (3)

kevinmpowell avatar kevinmpowell commented on June 30, 2024

I'm also seeing this issue. Not only does color not update in the Sketch document, it prevents the entire style block from functioning. Example:

[type="text"] {
    color: #ff0000;
    text-transform: uppercase;
}

I don't see the text-transform: uppercase; applied until I delete the color line.

Here's what I'm seeing in the Console:

6/3/16 4:28:09.359 PM Sketch[74268]: rules: {
    "background-color" = "rgb(255, 0, 0)";
    "border-bottom-left-radius" = 10px;
    "border-bottom-right-radius" = 10px;
    "border-top-left-radius" = 10px;
    "border-top-right-radius" = 10px;
    color = "rgb(255, 0, 0)";
    display = block;
    "font-family" = Gotham;
    "font-size" = 20px;
    height = 24px;
    left = 0px;
    offsetLeft = 0;
    offsetParent = "<DOMHTMLElement [LAYER]: 0x11bf9e780 ''>";
    offsetTop = 0;
    "overflow-x" = auto;
    "overflow-y" = auto;
    position = absolute;
    top = 0px;
    width = 163px;
}
6/3/16 4:28:09.359 PM Sketch[74268]: -[MSTextLayer markLayerDirtyOfType:]: unrecognized selector sent to instance 0x7fe8b6d49470
6/3/16 4:28:09.359 PM Sketch[74268]: *** WebKit discarded an uncaught exception in the webView:didFinishLoadForFrame: delegate: <NSInvalidArgumentException> -[MSTextLayer markLayerDirtyOfType:]: unrecognized selector sent to instance 0x7fe8b6d49470
6/3/16 4:28:09.827 PM WindowServer[14470]: send_datagram_available_ping: pid 384 failed to act on a ping it dequeued before timing out.
6/3/16 4:28:13.000 PM syslogd[49]: ASL Sender Statistics

from cssketch.

iamweavie avatar iamweavie commented on June 30, 2024

Any resolution?

from cssketch.

nbiehl avatar nbiehl commented on June 30, 2024

Ditto. It also prevents many of the example projects from functioning. E.G. the keyboard project won't update styles until you comment out the text color property on line 48 of its Less file. This is a major blocker for the plugin's intended functionality.

from cssketch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.