diff --git a/package.json b/package.json index 612ef5b..fa134a6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "author": "Björn Hase", "license": "MIT", "dependencies": { - "normalize.css": "^7.0.0", + "normalize.css": "^7.0.0" } } diff --git a/scss/example.scss b/scss/example.scss index 3c83b38..ecb883e 100644 --- a/scss/example.scss +++ b/scss/example.scss @@ -27,4 +27,4 @@ .clearfix { @include crispy-boilerplate-clearfix(); -} +};