Nathan Smith
Nathan Smith
@henrijs — Sure, that could be automated (made dependent on a variable), but not reliably calculated. I mean, it's going to be contingent on whatever visual effect you're trying to...
You'll want to use a clearing ``, or similar element. ``` … … ``` Using the `hide-on-X` classes, this lets you granularly control where the breaks occur. More info here…...
Yeah, you would run into that problem regardless of the grid system you use. It's either: 1. Generate some clearing element in HTML, or 2. Calculate a pseudo clearing element...
> "You would run into that problem regardless of the grid system you use." > — Me > "One downside of flex is that it needs a flex container with...
I apologize for not replying to this sooner. I thought I had, but Gmail had just pushed it out of my inbox, due to pagination. Your suggestion a good idea,...
Formalize should work just fine with normalize.css Simply leave out the reset.css, and use normalize.css instead. It doesn't (shouldn't) have a hard dependency on either one. If you find that...
Yeah, I need to write up an explanation. Basically, it would be for if you want to add a mini "container" around something, to adjust side spacing. ``` Content Content...
You mean like a form reset? https://gist.github.com/nathansmith/1599212
Being that Unsemantic is mostly CSS, is that something they would host? Would you not want to be compiling down that CSS into a single stylesheet? (Note: Not arguing, just...
Ah, gotcha. So, to submit to CDNJS, I just need to clone their repo and submit a pull request?