ginger-grid

WebJar for ginger-grid

Лицензия

Лицензия

MIT
Группа

Группа

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

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

ginger-grid
Последняя версия

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

1.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

ginger-grid
WebJar for ginger-grid
Ссылка на сайт

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

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

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

https://github.com/erwstout/ginger

Скачать ginger-grid

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

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

Зависимости

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

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

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

Ginger

Ginger Logo

npm npm bundle size npm GitHub stars

Ginger is a minimal flexbox 12 column grid system named after a cute dog. It doesn't give you any fancy extras like some other frameworks, but what it does give you is a solid lightweight grid system to make developing and designing your next site easy and quick.

Installing Ginger

There are two ways to install Ginger.

Note: as of August 2020, bower is no longer supported

  1. Clone the repository or download the files to your project
  2. Install via npm/yarn using npm install ginger-grid --save or yarn add ginger-grid

When setting up the scss file for your project be sure to include the Ginger settings file before importing ginger.scss. An example scss file may look like this:

// Include Ginger
@import "ginger/settings";
@import "ginger/ginger";

It's important to note that you may get a compile error if you're not including the path to Ginger when compiling your styles.

You can view all the documentation at gingergrid.com.

Issues / Bugs / Contributions

If you have feedback, find a bug, or want to make contributions, please don't hesitate to open an issue or make a pull request.

Special thanks to Allison Perlis for the rad Ginger logo!

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

Версия
1.1.4