Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from dag/patch-2
Browse files Browse the repository at this point in the history
-ms-filter not -mz
  • Loading branch information
chrisdone committed Sep 27, 2011
2 parents 82511eb + 5a45821 commit d51dcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/CSS/Properties.hs
Expand Up @@ -19,7 +19,7 @@ prop name value = tell [Left $ Property name value]

-- | CSS property: -ms-filter
msFilter :: Text -> CSS (Either Property Rule)
msFilter = prop "-mz-filter"
msFilter = prop "-ms-filter"

-- Additional ones from CSS3

Expand Down

0 comments on commit d51dcdf

Please sign in to comment.