yithemes / yith-proteo

Proteo is a sleek, modern and “Gutenberg-friendly” e-commerce theme. Developed with a beautiful UI and a minimal design, is perfect for each kind of shop. Easy to manage and to customize, Proteo is the best solution if you want a complete e-commerce template and start quickly to sell your products with WooCommerce without a technical knowledge. Use it also for corporate site or a blog: there are no limits about what you can do with a beautiful and usable theme like this!
https://proteo.yithemes.com
GNU General Public License v2.0
32 stars 4 forks source link

Obsolete CSS proprierties #23

Closed Mte90 closed 3 years ago

Mte90 commented 3 years ago

As example:

flex-direction: column;
-webkit-flex-direction: column;

https://caniuse.com/?search=flex-direction Flex direction is supported by chrome 29/2013 without the prefix

Also with the rest of flexbox proprierties

Like also for

-webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;

Also for

 -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);

Remove this stuff can save space on the css file.

francgrasso commented 3 years ago

fixed in 0b1ebd8aca0f657a35717088cd5b5f9e774a473b