mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[webpack] break CSS and JS files while webpackin' (#3262)
* [webpack] break CSS and JS files while webpackin' * cleaning up some templates * Fix pylint issue
This commit is contained in:
committed by
GitHub
parent
033ba2cb66
commit
327c052456
@@ -10,7 +10,7 @@ import { initJQueryAjax } from '../modules/utils';
|
||||
import App from './components/App';
|
||||
import { appSetup } from '../common';
|
||||
|
||||
import './main.css';
|
||||
import './main.less';
|
||||
import '../../stylesheets/reactable-pagination.css';
|
||||
import '../components/FilterableTable/FilterableTableStyles.css';
|
||||
|
||||
|
||||
@@ -161,7 +161,6 @@ div.Workspace {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
font-size: 12px;
|
||||
line-height: @line-height-base;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user