Multi-line CSS are easier to maintain, no ? You can later compress the whole CSS file
2010/12/29 danilo <[email protected]> > Yes the sole purpose for the feature request is for the developers who > prefer to have css on one line. Having to delete the white space get's > super tedious. > > On Dec 29, 12:27 am, Jhonte <[email protected]> wrote: > > Do you want to use this when you have edited a lot in a css class and > > want to transfer it to your source css file? Or what is the purpose? > > I don't mean to advertise, but I recently let out my beast that does > > this for you. Please check outhttp://www.cssupdater.com > > > > On 29 Dec, 09:23, Samy RABIH <[email protected]> wrote: > > > > > Does the z-index change itself, or do you want the "update" to change > it > > > automatically ? > > > > > 2010/12/28 danilo <[email protected]> > > > > > > First off firebug is the coolest thing since energy drinks. With that > > > > being said i think a cool update would be to allow a way for css > > > > properties that we copy via the inspector to be copied as one line of > > > > code. > > > > > > so we can copy the inspector properties that usually look like this: > > > > > > #header { > > > > background: url("/img/header-bg.png") no-repeat scroll 0 0 > > > > transparent; > > > > margin: 0 auto; > > > > position: relative; > > > > width: 950px; > > > > z-index: -1; } > > > > > > and paste it as: > > > > > > #header { background: url("/img/header-bg.png") no-repeat scroll 0 0 > > > > transparent; margin: 0 auto;position: relative;width: 950px;z-index: > > > > 0;} > > > > > > By the way the getfirebug site is a little broken. The #header class > > > > on line 36 needs a z-index of 0 so the links can be clickable. > Thanks! > > > > > > -- > > > > You received this message because you are subscribed to the Google > Groups > > > > "Firebug" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<firebug%[email protected]> > <firebug%[email protected]<firebug%[email protected]> > > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/firebug?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Firebug" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<firebug%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/firebug?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
