Skip to content

Commit

Permalink
changed deps, logo, text, background color
Browse files Browse the repository at this point in the history
  • Loading branch information
arturparkhisenko committed May 16, 2019
1 parent 741b035 commit 62bacbb
Show file tree
Hide file tree
Showing 7 changed files with 1,551 additions and 753 deletions.
2,253 changes: 1,522 additions & 731 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
"np": "np --no-yarn"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.3",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.5",
"cross-env": "^5.2.0",
"cssnano": "^4.1.10",
"del": "^4.0.0",
"eslint": "^5.15.1",
"del": "^4.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.17.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
Expand All @@ -67,18 +67,18 @@
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^8.0.0",
"gulp-stylelint": "^9.0.0",
"plugin-error": "^1.0.1",
"postcss-browser-reporter": "^0.5.0",
"postcss-browser-reporter": "^0.6.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.6.0",
"postcss-reporter": "^6.0.1",
"postcss-url": "^8.0.0",
"prettier-eslint-cli": "^4.7.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.2.3"
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"webpack": "^4.31.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2"
}
}
Binary file modified src/favicon.ico
Binary file not shown.
Binary file modified src/images/gulp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@
<section>
<img alt="gulp" src="images/gulp.png" />
<h2>gulp-gold</h2>
<article>Custom Gulp pack, License MIT</article>
<article>Custom Gulp Pack</article>
</section>
</main>
<aside></aside>
<footer data-role="contentinfo">
<small><a href="https://github.com/arturparkhisenko/gulp-gold" target="_blank">GitHub</a></small>
<small>
<a href="https://github.com/arturparkhisenko/gulp-gold" target="_blank">GitHub</a>,
<a href="https://github.com/arturparkhisenko/gulp-gold/blob/master/LICENSE.md" target="_blank">License MIT</a>
</small>
</footer>

<script src="scripts/main.min.js"></script>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ main {
padding: 1em;
}

img {
height: 5em;
}

footer {
text-align: center;
}
2 changes: 1 addition & 1 deletion src/styles/module-example.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--brandFont: -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", ".SFNSText-Regular", "SF UI Text", "San Francisco", "Noto Sans", "Helvetica Neue", "Roboto", "Droid Sans", "Oxygen", "Lucida Grande", "Segoe UI", "Fira Sans", Ubuntu, Cantarell, Helvetica, Arial, sans-serif;
--moduleColor: #222;
--moduleBGColor: #faa6;
--moduleBGColor: #f7e017;
--module-size: 1.5em;
}

0 comments on commit 62bacbb

Please sign in to comment.