3.1.1 • Published 5 years ago

@additive/ads v3.1.1

Weekly downloads
5
License
See license in LI...
Repository
github
Last release
5 years ago

ADDITIVE DESIGN SYSTEM (ADS) 📦

npm

A package for ADDITIVE to have a unique design system across multiple projects. It is part of our new Corporate Design.

Installation

$ npm install @additive/ads

Usage

We have two packages; ads and adsm. ADSM is smaller and just includes some important parts, like the bootstrap grid, see more in scss/adsm.scss. ADS includes components and styles plus the ADSM package.

To use one of them. Just import them via SCSS or load the CSS directly into your page.

@import '@additive/ads/scss/ads';
// or for minimal
@import '@additive/ads/scss/adsm';

CDN: https://unpkg.com/@additive/ads@version/file

Development

$ npm install
$ npm start

Production

$ npm run build
3.1.1

5 years ago

3.1.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.2.0

5 years ago