All Projects → mojotech → Jeet

mojotech / Jeet

Licence: mit
The most advanced, yet intuitive, grid system available for Sass or Stylus

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to Jeet

Neat
Neat is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 4,506 (+49.45%)
Mutual labels:  grid, sass
Lemon
🍋 Minimal and responsive CSS framework for fast building websites.
Stars: ✭ 51 (-98.31%)
Mutual labels:  grid, sass
Grassy
Build layout through ASCII art in Sass (and more). No pre-built CSS. No additional markup.
Stars: ✭ 335 (-88.89%)
Mutual labels:  grid, sass
Gridlex
Just a CSS Flexbox Grid System
Stars: ✭ 1,328 (-55.95%)
Mutual labels:  grid, sass
Reactsimpleflexgrid
A way to quickly add a Grid Layout to your React app 🚀
Stars: ✭ 181 (-94%)
Mutual labels:  grid, sass
Iota
A responsive micro-framework for the grid spec powered by CSS custom properties.
Stars: ✭ 189 (-93.73%)
Mutual labels:  grid, sass
Gmdjs
Grid Material Design
Stars: ✭ 24 (-99.2%)
Mutual labels:  grid, sass
Baseguide
Lightweight and robust CSS framework for prototyping and production code.
Stars: ✭ 127 (-95.79%)
Mutual labels:  grid, sass
Flexible Grid
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
Stars: ✭ 154 (-94.89%)
Mutual labels:  grid, sass
Graaf
A collection of pure CSS grids for designing your new projects
Stars: ✭ 186 (-93.83%)
Mutual labels:  grid, sass
Barekit
A bare minimum responsive framework
Stars: ✭ 201 (-93.33%)
Mutual labels:  grid, sass
React Flexview
A powerful React component to abstract over flexbox and create any layout on any browser
Stars: ✭ 276 (-90.85%)
Mutual labels:  grid
Sass Deprecate
Let Sass warn you about the pieces of your UI that are deprecated, providing a clear upgrade path for developers
Stars: ✭ 265 (-91.21%)
Mutual labels:  sass
Vue3 Composition Admin
🎉 基于vue3 的管理端模板(Vue3 TS Vuex4 element-plus vue-i18n-next composition-api) vue3-admin vue3-ts-admin
Stars: ✭ 261 (-91.34%)
Mutual labels:  sass
Bulma Helpers
Library with missing Functional / Atomic CSS classes for Bulma framework
Stars: ✭ 263 (-91.28%)
Mutual labels:  sass
Vue Zhihu Daily
🤓使用vue编写的练手的知乎日报WebApp(iOS版)
Stars: ✭ 285 (-90.55%)
Mutual labels:  sass
Almace Scaffolding
AMSF, a.k.a. Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.
Stars: ✭ 275 (-90.88%)
Mutual labels:  sass
Jqgrid
jQuery grid plugin
Stars: ✭ 2,803 (-7.03%)
Mutual labels:  grid
Foundationpress
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Stars: ✭ 2,776 (-7.93%)
Mutual labels:  sass
Gridjs
Advanced table plugin
Stars: ✭ 3,231 (+7.16%)
Mutual labels:  grid

Jeet 7.0.0 is here!

7.0.0 breaks a lot of stuff. Be sure to read the migration guide!

Jeet is a simple fractional grid system for Sass and Stylus.

Learn the API in minutes and begin tossing together grids.

Check this out:

npm install -D jeet
@import 'node_modules/jeet/jeet';

.container {
  @include center();
}

.container div {
  @include column(1/3);
}

Jeet functions accept fractions (or float numbers) and generates a percentage width and gutter for grids. We're able to do this while maintaining a consistently-sized, infinitely-nestable, gutter (so long as you provide the parent element's fraction as context).

The API is documented in Sass, but we've worked hard to make the API very similar in both preprocessors. @include column(1/2); in SCSS would be column(1/2) in Stylus, ya dig?

Explore Official Integrations to see some community-backed plugins to your favorite frameworks and libraries.

Browser Support

  • IE9+ without help. IE8+ with Selectivizr. Obviously always use Autoprefixer.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].