Skip to content

Add optional css indentation for humans: grad.py#25

Open
a-x- wants to merge 2 commits intofraser-hemp:masterfrom
a-x-:patch-5
Open

Add optional css indentation for humans: grad.py#25
a-x- wants to merge 2 commits intofraser-hemp:masterfrom
a-x-:patch-5

Conversation

@a-x-
Copy link

@a-x- a-x- commented Aug 19, 2015

--human-readable

produces something like this:

.gradify-0 {
    background: rgb(249,244,238);
    background:
        -webkit-linear-gradient(180deg, rgba(249,244,238,1) 0%, rgba(249,244,238,0) 100%),
        -webkit-linear-gradient(0deg, rgba(21,80,148,1) 0%, rgba(21,80,148,0) 100%),
        -webkit-linear-gradient(90deg, rgba(121,128,209,1) 0%, rgba(121,128,209,0) 100%),
        -webkit-linear-gradient(270deg, rgba(206,113,47,1) 0%, rgba(206,113,47,0) 100%);
        linear-gradient(180deg, rgba(249,244,238,1) 0%, rgba(249,244,238,0) 100%),
        linear-gradient(0deg, rgba(21,80,148,1) 0%, rgba(21,80,148,0) 100%),
        linear-gradient(90deg, rgba(121,128,209,1) 0%, rgba(121,128,209,0) 100%),
        linear-gradient(270deg, rgba(206,113,47,1) 0%, rgba(206,113,47,0) 100%),
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments