Skip to content

Commit

Permalink
override the stupid wrong push
Browse files Browse the repository at this point in the history
  • Loading branch information
simgooder committed Nov 10, 2020
1 parent a2940cb commit 6780902
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 65 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "slim-starterkit",
"name": "tripper",
"version": "0.3.0",
"description": "A simple starting point for web projects",
"repository": {
Expand All @@ -11,27 +11,27 @@
"license": "WTFPL",
"devDependencies": {
"autoprefixer": "^7.1.6",
"browser-sync": "^2.18.13",
"browser-sync": "^2.26.7",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-changed": "^3.1.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-cssnano": "^2.1.3",
"gulp-ext-replace": "^0.3.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.0.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-svg-sprite": "^1.3.7",
"gulp-sass": "^3.2.1",
"gulp-sass-glob": "^1.1.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.0",
"minimist": "^1.2.0",
"gulp-uglify": "^3.0.2",
"minimist": "^1.2.5",
"require-reload": "^0.2.2"
},
"dependencies": {
"npm": "^5.7.1"
"npm": "^6.13.4"
}
}
8 changes: 0 additions & 8 deletions scss/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ main {
height: 100%;
}

.wrapper {
// max-width: 100%;
// height: 100%;

overflow-x: hidden;
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
}

*,
*:before,
Expand Down
11 changes: 1 addition & 10 deletions scss/elements/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,4 @@

.input-select {
@include input-base;
}

.input-group.-has-select::after {
content: '';
@include arrow-down(0.35em, $color-primary);

position: absolute;
bottom: 0.85rem;
right: 1rem;
}
}
37 changes: 0 additions & 37 deletions scss/elements/_table.scss
Original file line number Diff line number Diff line change
@@ -1,37 +0,0 @@
table {
width: 100%;

border-collapse: collapse;
border-spacing: 0;
}

thead {
text-align: left;
}

th, td {
min-width: 8rem;

padding: 0.85em 1em;

text-align: left;

border-bottom: 1px solid $color-gray-300;

&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
}

.no-wrap {
white-space: nowrap;
}

.table-container {
width: 100%;
max-width: 100%;
overflow-x: auto;
}
13 changes: 12 additions & 1 deletion src/assets/img/slim-starterkit-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/slim-starterkit-poster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6780902

Please sign in to comment.