Run Travis build

This commit is contained in:
Ilya Verbitskiy
2015-11-19 23:10:05 -06:00
parent 02dceaf0fb
commit 7dd89da087

1
css/css.d.ts vendored
View File

@@ -254,4 +254,5 @@ declare module "css" {
* @return {string} CSS code.
*/
function stringify(stylesheet: Stylesheet, options?: StringifyOptions): string;
}