Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
583 stars 141 forks source link

fix IE's rules limit - log as warning #412

Closed return42 closed 2 years ago

return42 commented 4 years ago

As far as I know [1] IE 11 supports 65534 rules. BTW fix logging class from error to warning [2].

[1] https://forums.asp.net/t/2059387.aspx?IE+10+and+11+CSS+Style+Sheet+Rules [2] bdb02e8d Warning about IE 4095 maximum and improved debug_info

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.05%) to 66.861% when pulling 91f8014515b50902bc9af52b98c09142de81bbce on return42:master into 6bf001ee6ac70ffb1bbcf670c4450e233bec6b7c on Kronuz:master.