Skip to content

Commit 265d3c4

Browse files
committed
Update version
1 parent 96829f0 commit 265d3c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/styles/base/_globals.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ body {
55
$font-size: 16px;
66

77
background: $color-background-bright;
8+
font-family: OpenSans;
89
font-size: $font-size;
910
height: 100%;
1011
width: 100%;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basic-spa",
33
"description": "Stable version of a basic SPA example with SCSS and ES6.",
44
"license": "MIT",
5-
"version": "2.3.0",
5+
"version": "2.3.5",
66
"scripts": {
77
"prod": "gulp --env=production",
88
"postprod": "webpack --env.NODE_ENV=production",

0 commit comments

Comments
 (0)