2.0.1 • Published 2 years ago

@unsass/grid v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Grid

Version Downloads License

Introduction

Sass functions and mixins to use grid.

Installing

npm install @unsass/grid

Usage

Styles

@use "@unsass/grid/styles";

Configuration

@use "@unsass/grid" with (
    $columns: 10,
    $screens: (
        "lg": 1024px
    )
);

Options

NameDefaultDescription
$columns12Sets numbers of columns.
$column-gap12pxSets the column gap.
$rows6Sets numbers of rows.
$rows-gap12pxSets the row gap.
$screens()Sets breakpoints rules. See here for default tokens.
2.0.1

2 years ago

1.1.0

2 years ago

1.1.0-beta.1

2 years ago

2.0.0-beta.1

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago