In #117, @quicksketch wrote that the backdrop = 1.x would be "replacing" core = 8.x. I think I'm following this correctly and replacing only refers to Backdrop's includes/bootstrap.inc. Modules will be adding backdrop = 1.x in addition to core = 7.x in their .info, right?
I wrote a bit about how the .info file could be used in a responsible fork back when @chx was considering forking...
http://www.drupal4hu.com/node/300#comment-1632
I even used a response from @quicksketch to an OpenAtrium user to make my case about how frustrated module maintainers get when someone posts an issue in a Drupal.org queue about something that required them to know/understand a version of Drupal that was "off in its own little world".
If I understand this correctly, assuming #3 is resolved w/ function wrappers, that could that make it really easy for maintainers of some modules to add Backdrop support... which is GREAT! But I think it's safe to assume that some module maintainers aren't going to want to support Backdrop no matter how easy it is. In the case of popular modules where the maintainer doesn't add Backdrop support, it seems pretty likely someone else will fork the module to Github or somewhere other than Drupal.org.
In anticipation of that, I'd suggest adding support = url (similar to the configure =, but with support for absolute urls) to the .info file and include that support link in the admin/modules UI. I can see a number of module maintainers getting annoyed if they decide not to support for Backdrop in their .info, someone forks the module to Github and makes changes, and issues end up in the original queue on Drupal.org.
This wouldn't keep all Backdrop issues out of a "hostile" Drupal.org queue, but if it was included in the initial release and documentation it might get the majority of issues in the right queue.
Recent comments
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?
@Ian Spotted the issue: Your selector has "1-wrapper" rather than "l-wrapper" (i.e. the numeral for one rather than lowercase L) Try: @media (min-width: 75em) { div.l-wrapper-inner.container....
How to over-ride grid-flexbox.css
@yorkshirepudding Yes I did flush the caches :) I've also used Firefox to inspect the element - which is where I get the "div.1-wrapper-inner.container.container-fluid" from. While hovering on that...
How to over-ride grid-flexbox.css