Skip to content

Commit 8de423d

Browse files
committed
release v2.0.0
1 parent 14ec8b9 commit 8de423d

17 files changed

Lines changed: 346 additions & 246 deletions

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ publish
77
#Hidden Mac dir Files
88
.DS_Store
99

10-
# Sass Cache dir
10+
# Sass
1111
.sass-cache
12+
css/*.map
13+
scss/*.map
1214

1315
# NPM
1416
npm-debug.log
@@ -20,4 +22,4 @@ node_modules
2022
bower_components
2123

2224
#fire app log file
23-
fire_app_log.txt
25+
fire_app_log.txt

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ module.exports = function(grunt) {
9797
},
9898
dist: {
9999
files: {
100-
'css/main.css' : 'scss/main.scss'
100+
'css/main.css' : 'scss/main.scss',
101+
'css/demo.css' : 'scss/demo.scss'
101102
}
102103
}
103104
},

bower.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
],
1010
"dependencies": {
1111
"normalize-css": "~3.0.0",
12-
"normalize-scss": "^3.0.3",
13-
"scrollmagic": "^2.0.5",
14-
"gsap": "^1.18.2"
12+
"normalize-scss": "^3.0.3"
1513
}
1614
}

css/demo.css

Lines changed: 279 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,9 @@ hr {
10251025
padding-bottom: 1.65em; }
10261026

10271027
.toc ol {
1028+
counter-reset: item;
10281029
list-style: decimal !important;
1029-
counter-reset: item; }
1030+
padding-left: 0; }
10301031

10311032
.toc li {
10321033
display: block; }
@@ -1089,8 +1090,8 @@ hr {
10891090
height: 0;
10901091
min-height: 0;
10911092
opacity: 0;
1092-
padding-left: 18px;
1093-
padding-right: 18px;
1093+
padding-left: 50px;
1094+
padding-right: 50px;
10941095
position: relative;
10951096
transition: 480ms all cubic-bezier(0.68, -0.55, 0.27, 1.55);
10961097
color: white; }

css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)