Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jeet Grid vs. Singularity [closed]

For a mobile-first website, i need a grid with SASS preprocessor functions. Currently i am using the Bootstrap 3 Grid which works fine but seems to lack flexibility. Especially i do not want to clutter my html with additional css classes like row or column-4.

I found two promising alternatives:

  1. Jeet Grid
  2. Singularity

Both have powerful tools at hand to span columns, change breakpoints, modify gutters, etc. Can you give a short overview of pro's and con's for both?

like image 857
Alp Avatar asked Feb 13 '23 01:02

Alp


1 Answers

creator of Singularity here.

Both are fantastic and very similar. Singularity is more focused on just doing grids and little else while Jeet is more of a full-featured framework, not just the grid. Cory, who created Jeet, is great with support as well.

You may also want to look into Susy which has a strong community behind it as well.

Neat isn’t as full featured as any of these other grid systems listed but it is really elegant and simple to use so it might fit your needs.

like image 117
scottkellum Avatar answered Feb 15 '23 13:02

scottkellum