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 authored and GaryJones committed Aug 21, 2017
1 parent ed5decb commit d029b66
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 @@ -78,7 +78,14 @@ toolkit.extendConfig({
]
},
css: {
outputStyle: 'expanded'
baseFontSize: 16, // Used by postcss-pxtorem.
scss: {
'editor-style': {
src: 'develop/scss/editor.scss',
dest: './',
outputStyle: compressed,
}
}
}
});

Expand Down

0 comments on commit d029b66

Please sign in to comment.