Skip to content

Commit

Permalink
fix: fix broken css build due to elycruz/rollup-plugin-sass#42
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinRoy committed Feb 20, 2018
1 parent 1e6a2ce commit dbc7e56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ export default {
resolve(),
commonjs(),
sass({
output: true,
// output: true is broken, c.f. differui/rollup-plugin-sass#42
output: './marking-menu.css',
options: {
// FIXME: SourceMap not working, c.f. differui/rollup-plugin-sass#37
sourceMap: true,
functions: sassTrigo
}
Expand Down

0 comments on commit dbc7e56

Please sign in to comment.