Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

color keywords will convert all text #1

Open
leeluolee opened this issue Jun 9, 2013 · 0 comments
Open

color keywords will convert all text #1

leeluolee opened this issue Jun 9, 2013 · 0 comments
Labels

Comments

@leeluolee
Copy link
Owner

color keywords will convert all text

like

body{
   white: white;
}

convert to

body{
    #ffffff: #ffffff;
}

The correct result is only convert the value will use for operate color , but not other ident

body{
   white: #fff;
}
leeluolee added a commit that referenced this issue Jul 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant