0.3.7 • Published 6 years ago

ndla-core v0.3.7

Weekly downloads
9
License
GPL-3.0
Repository
github
Last release
6 years ago

ndla-core

ndla-core contains common styling for all NDLA components. It includes all global variables for stuff like typography, colors, etc.

Installation

$ yarn add --save ndla-core
$ npm i --save ndla-core

Usage

/* Your project's main .scss import file */
@import '~ndla-core/scss/core'; // with webpack and sass-loader
@import '../path/to/node_modules/ndla-core/scss/core'; // direct reference

Utilities are located in a seperate file and should be imported last (after component styling)

@import '~ndla-core/scss/core';
@import 'my-awesome-component';
@import '~ndla-core/scss/utilities';
0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.2.0-3

6 years ago

0.2.0-2

6 years ago

0.2.0-1

6 years ago

0.2.0-0

6 years ago

0.1.0

6 years ago