Skip to content

Commit

Permalink
Added the build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmilner committed Aug 14, 2020
1 parent a69c384 commit 7a92301
Show file tree
Hide file tree
Showing 5 changed files with 2,113 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.DS_Store
node_modules/
build/
vendor/
14 changes: 14 additions & 0 deletions build/bundle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* ==========================================================================
EDD License
========================================================================== */
.cf-edd_license__container {
display: grid;
grid-template-columns: 3fr 1fr;
grid-gap: 10px;
gap: 10px; }

.cf-edd_license__input {
display: block;
width: 100% !important;
margin: 0; }

1,819 changes: 1,819 additions & 0 deletions build/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/bundle.min.css

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

279 changes: 279 additions & 0 deletions build/bundle.min.js

Large diffs are not rendered by default.

0 comments on commit 7a92301

Please sign in to comment.