This package has been deprecated

Author message:

Package has been moved to @scania/grid

@scania-sdds/grid

1.0.1 • Public • Published

Scania Digital Design System - Grid package


Prerequisites

  • Node v12+
  • Npm 6+

This grid package contains both SCSS and CSS files available

  • SCSS mixins to use grid in your SASS/SCSS development
  • CSS with grid classes to easily use in application

How to install with npm

> npm i @scania/grid

How to use

See implementation in digitaldesign.scania.com

// Use with classes

<div class="sdds-container">
    <div class="sdds-row">
        <div class="sdds-col-xxlg-16 sdds-col-xlg-16 sdds-col-lg-8 sdds-col-md-8 sdds-col-sm-4"></div>
    </div>
</div>

Readme

Keywords

none

Package Sidebar

Install

npm i @scania-sdds/grid

Weekly Downloads

4

Version

1.0.1

License

ISC

Unpacked Size

70.2 kB

Total Files

3

Last publish

Collaborators

  • digitaldesign-scania
  • mmexvr