mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 14:41:28 +00:00
New: This adds the CSS dictionaries to the description of the color (#2911)
This commit is contained in:
@@ -800,6 +800,9 @@ url("data:image/png;base64,BASE64ENCODEDDATA") // if there is a pattern image
|
||||
var description = [super description],
|
||||
patternImage = [self patternImage];
|
||||
|
||||
if ([self isCSSBased])
|
||||
return description + "\n" + [self cssDictionary]+ "\nBefore:\n" + [self cssBeforeDictionary] + "\nAfter:\n" + [self cssAfterDictionary];
|
||||
|
||||
if (!patternImage)
|
||||
return description + " " + [self cssString];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user