You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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:
COD3BREAK3R
changed the title
It does not work in HTML or CSS
Does not recognize color names
Jul 11, 2019
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:
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 :)The text was updated successfully, but these errors were encountered: