Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

rewrite_css removes rgba color values #51

Closed
@GoogleCodeExporter

Description

@GoogleCodeExporter
Using 0.9.0.0-128, the rewrite_css filter messes up rgba color values.

This CSS:

box-shadow: -1px -2px 2px rgba(0, 0, 0, .15);


is changed to be this:

box-shadow:-1px -2px 2px rgba();


Thanks!

Original issue reported on code.google.com by joe.lencioni on 8 Nov 2010 at 8:39

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions