bagpakk

WebJar for bagpakk

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/brutaldesign/bagpakk

Скачать bagpakk

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

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

Зависимости

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

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

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

Bagpakk

A minimal front-end CSS framework.

View project page

##What is Bagpakk?

Bagpakk is a minimal lightweight front-end framework.

Unlike huge CSS frameworks like twitter bootstrap or foundation, Bagpakk offers a minimal scaffold to build your web application.

  1. Wordpress Ready : The WP version of bagpakk comes with all wordpress default classes
  2. Responsive : Fits to any devices using Progressive Enhancement
  3. Developper Friendly : Build for developper with a simple & readable SCSS structure

##Features

  • typography
  • main container classes
  • grid system
  • buttons
  • form
  • fluid video wrapper
  • media queries
  • useful scss mixins and functions

##SCSS Usage

  1. Paste the content of the bagpakk SCSS folder into your web app SCSS folder
  2. Rename the bagpakk.scss file or bagpakk-wordpress.scss file with an underscore: _bagpakk.scss
  3. Import the bagpakk SCSS file into your main project stylsheet
  4. Edit the _settings.scss file variables if needed to change the accent color, fonts, mobile break points etc...
  5. Now you can extend your CSS selectors from any bagpakk class and use all mixins and functions
// Make sure the charset is set appropriately
@charset "UTF-8";

// Import bagpakk
@import "bagpakk";

// Example
#my-container{
	@extend .container;
	background:black(0.3); // black rgba mixin
}

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

Версия
1.0.0