No, it does not work anymore - see bug 1859538
Instead the same can now be done with media query which is simply amazing. Format would be like this:
@media (-moz-bool-pref: "userChrome.some.testpref.enabled"){
#nav-bar{background: #f00 !important;}
}