2.3.0 • Published 8 years ago

sasspec v2.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

sasspec Build Status

A framework to test sass mixins and functions

API

Testing functions

import Sasspec from 'sasspec';

let sass = new Sasspec('/abspath/to/my/scss/file');
sass.func('sum').callWithArgs(1, 2, 3).equals(6);

Testing mixins

import Sasspec from 'sasspec';

let sass = new Sasspec('/abspath/to/my/scss/file');
sass.mixin('styles').callWithArgs('background', 'red').equals('background: red;');
2.3.0

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago