-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What everyone using now that this is dead? #94
Comments
See here: #86 |
This is looking pretty neat: https://github.com/mojotech/jeet |
@oliverbenns not really, too many non-semantic div soup and tons of classes everywhere. IMHO there IS but then only is ONE VERY GOOD reason to move away from Bootstrap/Foundation: It is basically tables in disguise and pollute and slow everything down. Else why not stay with works and is well supported if you don't gain any real benefit from it. |
I use Bootstrap now. I think it's more flexible than semantic.gs and it's semantic aswell if you use it with LESS instead of the compiled CSS file. |
So gow does your markup look like? |
I could be convinced to use BS easily if there was no mess of divs and BS classes in the markup... |
I'm going to spend a few hours now to research all this. If I find anything interesting, will report back. |
I moved on from Salsa to Jeet and am now looking extensively at https://github.com/ezekg/flint |
Thanks @dropseed. I'm adding that to my list to review. Like many here, we were probably attracted to this project for two reasons:
I've collected the alternative links mentioned in this issue and others. So far I have: http://tsi.github.io/Salsa/ Checking them out shortly. We should really have this as part of HTML and CSS. |
Hello, there are multiple reasons for me:
I am considering bootstrap and makeRow() makeColumn() etc. next. There are three issues on my side with bootstrap though:
|
Hello again, http://tsi.github.io/Salsa/ actually looks very good, despite its SASS dependency I ll take a look at what you found thank you @scottstanfield |
Thanks for all your notes. Glad to hear I'm not the only one still interested in this. I'll put Salsa back to the top of my list, but I'll have to learn SASS first! Thanks @ionas |
This should probably be mentioned too - https://github.com/RadLikeWhoa/SSGS So freaking simple. If that's what you want. |
It has to have nested grids and be easy to use in a semantic way, at least for me. |
@scottstanfield et al., any updates or synthesis of earlier comments? I came here from the Responsable framework as it offered both a horizontal grid (based on semantic.gs) and furthermore provides a vertical baseline grid (also very nice to have). I'd like a LESS/SCSS-agnostic tool (I'm leaning toward SCSS myself but I don't think it should be a deal-breaker either way). Has anyone got the One True Grid (for 2015 ;-) combined with a baseline grid that they like as well? |
I started a list to look into, but it quickly gets overwhelming. I made some progress with http://jeet.gs but I'm not so sure it's the right way to go. http://roots.cx/ I feel like Best kit should have:
Too many choices. |
One True Grid would be a good name for the 2015 winner. |
A quick search did not find me One True Grid. Care to link it? Could you elaborate what you mean by ' |
Here is a nice one: http://webdesign.tutsplus.com/tutorials/a-simple-mixin-alternative-to-standard-css-grids--webdesign-16958 I think it meets the wishes of @scottstanfield & @ionas To cherry pick their points:
|
We are now using Bootstrap with
Some hints / directions:
|
@Jogai http://webdesign.tutsplus.com/tutorials/a-simple-mixin-alternative-to-standard-css-grids--webdesign-16958 also looks quite promising as well! |
Gridle — https://github.com/olivierbossel/gridle — looks promising and is semantic when using mixins. |
https://github.com/weepower/wee uses mixins a lot, see their grids: Another one: https://github.com/flexiblegs/flexiblegs-scss-plus |
What everyone using now that this is dead?
The text was updated successfully, but these errors were encountered: