Multiple declarations of the same property - Visual Editor

Hi guys,

sometimes you need multiple declarations of the same property in order to get the things “cross-browser”.
As an example I could name:

.tmg__cssgrid-parent {
display: -ms-grid;
display: grid;
grid-gap: 10px;
} 

But if you have something like this, PG refuses showing up the visual editor.

Users_thomaskimmich_Dropbox_Apps_updog_clients_PlugIn-Test_index_html-Pinegrow_-_WP

I don’t see anything wrong in this and would like to have this fixed. Multiple declarations is pretty common and important IMO.

Cheers

Thomas

Hi @Thomas,

Did you ever find out anything more about this, or contact the Pinegrow team and get any feedback ?

Hi,

unfortunately not - and I haven’t heard anything yet.

Cheers

Thomas

For me Pinegrow will add the browsers prefix automatically. Just type display:grid and pinegrow will put the necessary prefixes if it’s needed

Prove me wrong, but this sounds to be true only with Preprocessor Languages such as SASS and the like? I haven’t touched this yet cause I’m used to write SASS external (Brackets+CodeKit).

Cheers

Thomas