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

Does not recognize color names #9

Open
COD3BREAK3R opened this issue Jul 3, 2019 · 2 comments
Open

Does not recognize color names #9

COD3BREAK3R opened this issue Jul 3, 2019 · 2 comments

Comments

@COD3BREAK3R
Copy link

COD3BREAK3R commented Jul 3, 2019

Thanks for adding CSS support. The extension does work in HTML and PHP, but when you add a color name to a class it does not work and does not show the color, for example:

<style>     .colour{ color: network; } This example above if you replicate it you will see that it does not show the color Thanks for adding CSS support. The extension does work in HTML and PHP, but when you add a color name to a class it does not work and does not show the color, for example: <style>     .colour{ color: network; } This example above if you replicate it you will see that it does not show the color Another minor detail is that this extension conflicts with other extensions that use margins such as Brackets Pair Colorizer or CSS Trigers, will there be any way to solve this? Thanks for this great extension :)
@chinchiheather
Copy link
Owner

Hi @COD3BREAK3R I have just merged in the support for CSS files, it will be available with v1.4.0

With regards to the html issue you are having, can you give an example of a case where it doesn't work? I tested in an html file like this and it is working fine:

Screenshot 2019-07-06 at 16 56 34

@COD3BREAK3R COD3BREAK3R changed the title It does not work in HTML or CSS Does not recognize color names Jul 11, 2019
@COD3BREAK3R
Copy link
Author

Hi @COD3BREAK3R I have just merged in the support for CSS files, it will be available with v1.4.0

With regards to the html issue you are having, can you give an example of a case where it doesn't work? I tested in an html file like this and it is working fine:

Screenshot 2019-07-06 at 16 56 34

HTML Margin Colours
PHP Margin Colours

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

No branches or pull requests

2 participants