We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305bfcc commit ca12ec7Copy full SHA for ca12ec7
gulpfile.js
@@ -381,7 +381,7 @@ function dist_src() {
381
function dist_node_modules_css() {
382
return gulp
383
.src("./node_modules/**/*.min.css")
384
- .pipe(gulp.dest(`${DIST_DIR}node_modules`));
+ .pipe(gulp.dest(`${DIST_DIR}node_modules/`));
385
}
386
387
function dist_ol_css() {
src/css/tabs/landing.less
@@ -6,7 +6,6 @@
6
min-height: 100%;
7
height: 100%;
8
overflow-y: auto;
9
- background-color: #2e2e2e;
10
11
.content_top {
12
height: 140px;
0 commit comments