Skip to content

Commit

Permalink
Revert "Removed src files"
Browse files Browse the repository at this point in the history
This reverts commit f778c24.
  • Loading branch information
jacobxperez committed Sep 21, 2023
1 parent f778c24 commit e792524
Show file tree
Hide file tree
Showing 98 changed files with 7,922 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": [
"@parcel/config-default"
],
"namers": [
"@mischnic/parcel-namer-preserve-structure",
"..."
],
"optimizers": {
"*.html": [
"parcel-optimizer-friendly-urls",
"..."
],
"*.js": [
"@parcel/optimizer-terser"
]
}
}
10 changes: 10 additions & 0 deletions .postcssrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"plugins": {
"postcss-mixins": true,
"postcss-import": true,
"postcss-advanced-variables": true,
"postcss-nesting": true,
"postcss-custom-selectors": true,
"postcss-variable-compress": true
}
}
26 changes: 26 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"printWidth": 80,
"proseWrap": "always",
"trailingComma": "es5",
"useTabs": false,
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"bracketSpacing": false,
"singleAttributePerLine": false,
"arrowParens": "always",
"overrides": [
{
"files": "*.js",
"options": {
"singleQuote": true
}
},
{
"files": "*.html",
"options": {
"printWidth": 100
}
}
]
}
Binary file not shown.
Binary file added docs/BIA_Brochure-Overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.0c63f772.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

Loading

0 comments on commit e792524

Please sign in to comment.