1.0.3 • Published 5 years ago

backline-mixins v1.0.3

Weekly downloads
25
License
ISC
Repository
github
Last release
5 years ago

Backline Mixins

A scss port of stylus-mixins, with some added features and modernisation.

TODO:

  • Documentation in progress. For now, read test files for example usage.

Installation

npm install --save backline-mixins

or

yarn add backline-mixins

Add backline-mixins to your node-sass includePaths option.

{
  loader: 'sass-loader',
  options: {
    includePaths: [
      ...require('backline-mixins').includePaths
    ]
  }
}

Import backline-mixins in each .scss as required

@import 'backline-mixins';

Development

Clone this repo and install dependencies. All styles have test coverage and Prettier formatting to ensure everything works as expected.

Running Tests

yarn test

Updating documentation

This project uses SassDoc to generate docs using documentation-specific comments.

To regenerate documentation, run:

yarn docs
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago