Thomas
February 22, 2018, 12:48pm
1
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.
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 ?
Thomas
March 1, 2018, 10:42am
3
Hi,
unfortunately not - and I haven’t heard anything yet.
Cheers
Thomas
amlouk
March 1, 2018, 1:46pm
4
For me Pinegrow will add the browsers prefix automatically. Just type display:grid and pinegrow will put the necessary prefixes if it’s needed
Thomas
March 2, 2018, 9:21am
5
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