From 40dccd2480548e96a98f55e0bc29fe541ddaaf3a Mon Sep 17 00:00:00 2001 From: James Birtles Date: Sun, 18 Mar 2018 17:03:59 +0000 Subject: [PATCH] export stylesheet --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index be62f07763..cc3c0681e5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -146,4 +146,4 @@ export function create(source: string, _options: CompileOptions = {}) { } } -export { parse, validate, version as VERSION }; +export { parse, validate, Stylesheet, version as VERSION };