[wp-meta] [Making WordPress.org] #1774: Prefix CSS Flexbox does not work correctly

Making WordPress.org noreply at wordpress.org
Sun Jun 19 14:09:05 UTC 2016


#1774: Prefix CSS Flexbox does not work correctly
------------------------------+-------------------------
 Reporter:  marcusfrontender  |      Owner:
     Type:  defect            |     Status:  new
 Priority:  high              |  Milestone:
Component:  General           |   Keywords:  needs-patch
------------------------------+-------------------------
 Hello,

 Follow up discussion from @iandunn I spoke briefly on Slack with. I am
 building the [WordCamp website](2016.stockholm.wordcamp.org) for
 Stockholm, Sweden with the base redux theme. I built most parts in flexbox
 and ran autoprefixer locally with that to make it browser compatible.
 Normal flexbox prefix would look like this:

 '''
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 '''

 Now the wired thing is that it seems to remove some of the prefixes when I
 added this in the CSS Stylesheet Editor. I guess this is JetPacks CSS
 Editor that you add? Something is not correct. Can somebody look this up
 for me? Try fire up the website in Firefox or view the CSS source.

 Thank you,

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1774>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list