Skip to content

Commit

Permalink
Release 2.15.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Miljkovic committed Jan 28, 2019
2 parents 10ad463 + a6c73e4 commit 7744bc6
Show file tree
Hide file tree
Showing 18 changed files with 4,871 additions and 1,006 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
**/*.scssc
node_modules
vendor/*
3 changes: 3 additions & 0 deletions assets/css/theme-specific/dunamis.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
article.wpfc-sermon {
margin-bottom: 1rem;
}
3 changes: 3 additions & 0 deletions assets/css/theme-specific/twentynineteen.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.smpro-items {
margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
}
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/php-compatibility": "*",
"wp-coding-standards/wpcs": "*",
"phpunit/phpunit": "^7"
}
}
Loading

0 comments on commit 7744bc6

Please sign in to comment.