Hello, I am converting an HTML file to PDF and the first selector of the external CSS file is always ignored. I tried this in multiple scenarios. My CSS File:
#Test{
color: red;
}
h1 {
color: green;
}
t…... My CSS File: # test { color : red ; } h1 { color...deeppink ; } In this case # test will not be applied during conversion...