Forums
Home / Plugin: Super Simple Custom CSS / CSS Prefixes
(@mythusmage)
8 years ago
How does the plugin handle browser prefixes?
(@anandp910)
7 years, 6 months ago
This plugin can very well handle all browser prefixes.
For example, .site-content-contain>div { -webkit-transition:all 4s ease; -moz-transition:all 4s ease; -ms-transition:all 4s ease; -o-transition:all 4s ease; }