Skip to content

Commit

Permalink
Update example Gulpfile.js to include new method of compiling additio…
Browse files Browse the repository at this point in the history
…nal CSS files. Add baseFontSize to config with inline comment. See #41
  • Loading branch information
craigsimps committed Aug 12, 2017
1 parent 7780e6b commit 5816960
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion example/Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,14 @@ toolkit.extendConfig({
]
},
css: {
outputStyle: 'expanded'
baseFontSize: 16, // Used by postcss-pxtorem.
scss: {
'editor-style': {
src: 'develop/scss/editor.scss',
dest: './',
outputStyle: compressed,

This comment has been minimized.

Copy link
@GaryJones

GaryJones Aug 21, 2017

Contributor

Quotes needed around this value.

This comment has been minimized.

Copy link
@GaryJones

GaryJones Aug 21, 2017

Contributor

Fixed in 04b737b.

}
}
}
});

Expand Down

0 comments on commit 5816960

Please sign in to comment.