css - equivalent of omega() in jeet? -
Using jeet.gs, two of my squares above each half of the total width of my parent's container takes away.
Something (stylus notation):
. Varper .alpha .beta col (1/2)
Now, when I write something like this in the jade:
. Wrapper .alpha p no.1 .beta p no.2 .alpha p no.3
Then the line does not wrap properly: "No. 1" ends in a line, "No. 2 "And" number 3 "ends the second line.
I want "No. 1" and "Number 2" on the first line, and "Number 3" on the second line.
Why is this happening? Do I need to clean? Are there things like Omega in the world and clean? What is the other way to offset?
You need to clean. Wiper
If you are using Nibb, you can use it:
. Wrapper clearfix ()
Otherwise you want to make your own mix and use it. After clearing
clearfix () zoom 1 & amp;: before, & amp;: content display table After & amp;
Comments
Post a Comment