项目作者: OwenMelbz

项目描述 :
Adds back in 7, 8, 9, 10 and 12 columns for UIkit 3
高级语言: CSS
项目地址: git://github.com/OwenMelbz/uikit3-extra-widths.git
创建时间: 2017-04-15T09:51:09Z
项目社区:https://github.com/OwenMelbz/uikit3-extra-widths

开源协议:

下载


UIKit Extra Widths

This package allows you to include the extra columns into uikit, specifically adding back in some widths that were removed from UIKit3 that many found useful.

Disclaimer:

This package is completely based off https://alekvolsk.pw/jed/uikit-grid-width/

Installation

You can install this via yarn/npm using npm install uikit3-extra-widths --save-dev or yarn add uikit3-extra-widths

Once included you can then import it into your entry css file. e.g using Sass

  1. @import "node_modules/uikit3-extra-widths/uikit3/width-ex";

Usage

As you normally would use any width component by simply using the new sizing e.g uk-width-1-10

Credits

https://alekvolsk.pw/jed/uikit-grid-width/