GithubHelp home page GithubHelp logo

language-css's People

Contributors

jakubzitny avatar marekhrabe avatar patrikholcak avatar pavelgavlik avatar tomashanacek avatar tomasstankovic avatar vojtatranta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

language-css's Issues

border-radius

when i click to an ellipse layer i can see only width, height and background-color. but i need border-radius. can you tell me how can i see?

Horizontal gradient bug

Expected result

background-image: -moz-linear-gradient(left, #000 0%, #FFF 100%);
background-image: -o-linear-gradient(left, #000 0%, #FFF 100%);
background-image: -webkit-linear-gradient(left, #000 0%, #FFF 100%);
background-image: linear-gradient(left, #000 0%, #FFF 100%);

Actual result

background-image: -moz-linear-gradient(bottom, #000 0%, #FFF 100%);
background-image: -o-linear-gradient(bottom, #000 0%, #FFF 100%);
background-image: -webkit-linear-gradient(bottom, #000 0%, #FFF 100%);
background-image: linear-gradient(to top, #000 0%, #FFF 100%);

horizontal_gradient_preview
horizontal_gradient_css

Add gradient orientation support

UPDATE: on my mac at work it didn't pickup on direction, but at home it does work and everything is on the same versions...

*A gradient that goes from left to right is not detected as such and the css code defaults it to top down.

Please translate gradient direction to css gradient orientation, or if that is impossible, allow the user to enable an gradient-orientation setting in the UI or Options. A drop down in the UI like colorzilla.com uses would be great!)*

CSS radial-gradient issue

css hat not generate radial gradient code correctly.

this is css hat generated code
111

this is photoshop generated code
222

333

difference between css hat code or photoshop code

555

CSS Hat 2: no SVG gradients for IE 9

I looked everywhere but did not find how to turn on IE9 support for gradients - by default its just not generating SVG accordingly, like CSS Hat 1 did.

Font style line-height

When you select a text, the line-height property not show, only font-weight, color and font-family.

Colors for Light UI

I'd like to see a color option for Photoshop's light UI setting. Right now things are very hard to read.

Color inconsistency

So I've noticed that sometimes the color being picked up by CSSHat is slightly off from the actual color in my document. For example I have a rectangle with a 1px stroke of #eeeeee. CSSHat tells me that it is #ededed. Now, these colors share the same HSB values, but the RGB values are not the same. Hope this can get corrected so I am seeing proper values. Thanks!
screen shot 2014-09-30 at 12 19 31 pm

Extra value on text-shadow

I'm getting an extra value on text-shadow:
screen shot 2014-12-08 at 22 35 43
It should had 3 (not 4) values and the color. Please let me know if this is a known issue or not. I will try to find out how to reproduce this issue and let you guys know.

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.