Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
dennisgaebel committed Mar 8, 2016
1 parent 14ec8b9 commit 8de423d
Showing 17 changed files with 346 additions and 246 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -7,8 +7,10 @@ publish
#Hidden Mac dir Files
.DS_Store

# Sass Cache dir
# Sass
.sass-cache
css/*.map
scss/*.map

# NPM
npm-debug.log
@@ -20,4 +22,4 @@ node_modules
bower_components

#fire app log file
fire_app_log.txt
fire_app_log.txt
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -97,7 +97,8 @@ module.exports = function(grunt) {
},
dist: {
files: {
'css/main.css' : 'scss/main.scss'
'css/main.css' : 'scss/main.scss',
'css/demo.css' : 'scss/demo.scss'
}
}
},
4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@
],
"dependencies": {
"normalize-css": "~3.0.0",
"normalize-scss": "^3.0.3",
"scrollmagic": "^2.0.5",
"gsap": "^1.18.2"
"normalize-scss": "^3.0.3"
}
}
280 changes: 279 additions & 1 deletion css/demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1025,8 +1025,9 @@ hr {
padding-bottom: 1.65em; }

.toc ol {
counter-reset: item;
list-style: decimal !important;
counter-reset: item; }
padding-left: 0; }

.toc li {
display: block; }
@@ -1089,8 +1090,8 @@ hr {
height: 0;
min-height: 0;
opacity: 0;
padding-left: 18px;
padding-right: 18px;
padding-left: 50px;
padding-right: 50px;
position: relative;
transition: 480ms all cubic-bezier(0.68, -0.55, 0.27, 1.55);
color: white; }
2 changes: 1 addition & 1 deletion css/main.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 8de423d

Please sign in to comment.