jeet

WebJar for jeet

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

jeet
Last Version

Last Version

6.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

jeet
WebJar for jeet
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mojotech/jeet

Download jeet

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
6.1.2