Skip to content

Commit

Permalink
Merge pull request #105 from wpugph/92-rapidpass-styles
Browse files Browse the repository at this point in the history
RapidPass page styles, and Unicard plugin
  • Loading branch information
eabquina authored Apr 19, 2020
2 parents 0570a16 + b1431d1 commit 9a4de25
Show file tree
Hide file tree
Showing 34 changed files with 10,805 additions and 328 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"wpackagist-plugin/autoptimize": "dev-trunk",
"wpackagist-plugin/inline-google-spreadsheet-viewer": "dev-trunk",
"wpackagist-plugin/beaver-builder-lite-version": "dev-trunk",
"wpackagist-plugin/unicard": "dev-trunk",
"wpackagist-theme/twentynineteen": "^1.2"
},
"config": {
Expand Down
3 changes: 3 additions & 0 deletions web/wp-content/themes/dctx2/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "assets/bower_components/"
}
22 changes: 22 additions & 0 deletions web/wp-content/themes/dctx2/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{html,js,php,css,scss}]
charset = utf-8

# 4 space indentation
[*.{html,js,php,css,scss}]
indent_style = tab

# Matches the exact files
[{package.json,bower.json,.bowerrc,.eslintrc.js,.travis.yml,.sass-lint.yml,phpcs.xml}]
indent_style = space
Loading

0 comments on commit 9a4de25

Please sign in to comment.