Jeet

可用于 Sass 或 Stylus 的最先进、最直观的网格系统。「The most advanced, yet intuitive, grid system available for Sass or Stylus」

Github星跟蹤圖



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.

主要指標

概覽
名稱與所有者mojotech/jeet
主編程語言SCSS
編程語言CSS (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2012-12-11 21:01:06
推送於2025-09-29 14:18:39
最后一次提交2025-09-29 10:18:39
發布數22
最新版本名稱7.2.0 (發布於 )
第一版名稱v2.0 (發布於 )
用户参与
星數3k
關注者數116
派生數245
提交數564
已啟用問題?
問題數376
打開的問題數11
拉請求數114
打開的拉請求數1
關閉的拉請求數43
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?