jeet

WebJar for jeet

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

jeet
Последняя версия

Последняя версия

6.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jeet
WebJar for jeet
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/mojotech/jeet

Скачать jeet

Имя Файла Размер
jeet-6.1.2.pom
jeet-6.1.2.jar 24 KB
jeet-6.1.2-sources.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/jeet/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>jeet</artifactId>
    <version>6.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jeet/
implementation 'org.webjars.bower:jeet:6.1.2'
// https://jarcasting.com/artifacts/org.webjars.bower/jeet/
implementation ("org.webjars.bower:jeet:6.1.2")
'org.webjars.bower:jeet:jar:6.1.2'
<dependency org="org.webjars.bower" name="jeet" rev="6.1.2">
  <artifact name="jeet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jeet', version='6.1.2')
)
libraryDependencies += "org.webjars.bower" % "jeet" % "6.1.2"
[org.webjars.bower/jeet "6.1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.
org.webjars.bower

MojoTech

Development by Design

Версии библиотеки

Версия
6.1.2