Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Jun 4, 2020
2 parents 6e1fb62 + 5d48bf2 commit 39ec983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions demo/quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ module.exports = function (/* ctx */) {
dark: 'auto'
},



// Quasar plugins
plugins: [
'Dark',
Expand Down Expand Up @@ -103,7 +101,6 @@ module.exports = function (/* ctx */) {
ui: path.resolve(__dirname, '../ui/src/index.js'),
'@quasar/quasar-ui-qmarkdown/src/index.sass': path.resolve(__dirname, '../ui/src/index.sass'),
'@quasar/quasar-ui-qmarkdown': path.resolve(__dirname, '../ui/src'),
sass: path.resolve(__dirname, '../ui/src/index.sass'),
examples: path.resolve(__dirname, './src/examples')
})

Expand Down
2 changes: 1 addition & 1 deletion demo/src/css/app.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// app global css
@import 'sass'
@import '@quasar/quasar-ui-qmarkdown/src/index.sass'

$fgColor: #155799
$bgColor: #c83349
Expand Down

0 comments on commit 39ec983

Please sign in to comment.