Search found 1 match
- Wed Nov 06, 2024 9:04 am
- Forum: Bug Reports
- Topic: css usage of !important - invalid property value
- Replies: 0
- Views: 3599
css usage of !important - invalid property value
Hello, I came by this issue while working on css. So specific properties with addition of !important will flag by browser as "invalid property value". The syntax is 100% correct and works well in Chrome. Examples that give out error: transform: scale(1) !important; transform-scale: 1 !impo...