Skip to content

Commit

Permalink
Iteration on release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 27, 2014
1 parent d20bff5 commit 1054a4c
Show file tree
Hide file tree
Showing 15 changed files with 7,933 additions and 10,931 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@ src/**/site/
dist/
theme.config
semantic.json
tasks/admin/oauth.js

# Numerous always-ignore extensions
*.diff
Expand Down
15 changes: 15 additions & 0 deletions .jshintrc
@@ -0,0 +1,15 @@
{
"browser" : true,
"indent" : false,
"curly" : true,
"immed" : true,
"latedef" : true,
"noarg" : true,
"undef" : true,
"sub" : true,
"loopfunc" : true,

// lax options
"trailing" : false,
"laxbreak" : true
}
2 changes: 1 addition & 1 deletion dist/components/checkbox.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/checkbox.min.css

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions dist/components/divider.css
Expand Up @@ -21,6 +21,7 @@
height: 0em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
color: rgba(0, 0, 0, 0.85);
-webkit-user-select: none;
-moz-user-select: none;
Expand Down Expand Up @@ -70,10 +71,11 @@
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ui.horizontal.divider:before {
margin-left: -51.5%;
margin-left: -webkit-calc(-50% - 1em );
margin-left: calc(-50% - 1em );
}
.ui.horizontal.divider:after {
margin-left: 1.5%;
margin-left: 1em;
}

/*--------------
Expand Down Expand Up @@ -143,11 +145,11 @@
}
.ui.stackable.grid .ui.vertical.divider:before,
.ui.grid .stackable.row .ui.vertical.divider:before {
margin-left: -51.5%;
margin-left: -51%;
}
.ui.stackable.grid .ui.vertical.divider:after,
.ui.grid .stackable.row .ui.vertical.divider:after {
margin-left: 1.5%;
margin-left: 1em;
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/components/divider.min.css

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

12 changes: 7 additions & 5 deletions dist/semantic.css

Large diffs are not rendered by default.

0 comments on commit 1054a4c

Please sign in to comment.