UNPKG

@passmarked/css

Version:

Rules related to checking the compatability of the CSS on the page ensuring the stylesheet works on older browsers too

9 lines (7 loc) 142 B
<style> .test { color: red; } </style> <p class="test">Results handled here</p> <style type="text/css"> .part { color: black; } </style>