UNPKG
shortcss
Version:
latest (0.1.3)
0.1.3
CSS Shorthand expander/combiner
github.com/theprotein/shortcss
shortcss
/
test
/
init.js
6 lines
(4 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
var
chai =
require
(
'chai'
);
global
.
expect
= chai.
expect
; chai.
should
();
global
.
SC
=
require
(
'../lib'
);