Skip to content

Commit

Permalink
Dev/ianhu/variable explorer styles (#5106)
Browse files Browse the repository at this point in the history
Pass one of getting variable explorer to look like VSCode
  • Loading branch information
IanMatthewHuff authored Apr 4, 2019
1 parent 531cb00 commit 16360da
Show file tree
Hide file tree
Showing 14 changed files with 895 additions and 20 deletions.
8 changes: 8 additions & 0 deletions build/webpack/webpack.datascience-ui.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ const config = {
options: {}
}
]
},
{
test: /\.scss$/,
use: [
'style-loader',
'css-loader',
'sass-loader'
]
}
]
}
Expand Down
8 changes: 8 additions & 0 deletions build/webpack/webpack.datascience-ui.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ const config: webpack.Configuration = {
options: {}
}
]
},
{
test: /\.scss$/,
use: [
'style-loader',
'css-loader',
'sass-loader'
]
}
]
}
Expand Down
1 change: 1 addition & 0 deletions news/1 Enhancements/4998.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pass one at getting our data grid styled correctly to match vscode styles and the spec
Loading

0 comments on commit 16360da

Please sign in to comment.