Initial cleanup commit

This commit is contained in:
luke-hagar-sp
2023-04-18 09:17:39 -05:00
parent 3bf44a8cd8
commit 8bd0485c88
42 changed files with 10487 additions and 43 deletions

View File

@@ -1,6 +0,0 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

View File

@@ -6,12 +6,6 @@
/* You can override the default Infima variables here. */
/* Tailwind directives */
/* Commented out to stop the CSS Reset on the standard documentation pages */
/* @tailwind base; */
@tailwind components;
@tailwind utilities;
.ReactModal__Overlay {
z-index: 9999;
}

View File

@@ -1,14 +0,0 @@
const proxy = require('http-proxy-middleware');
const morgan = require('morgan');
module.exports = (app) => {
app.use(
'/socket',
proxy({
target: 'https://developer-community-backend.herokuapp.com',
changeOrigin: true,
}),
);
app.use(morgan('combined'));
console.log(app);
};

View File

@@ -1,17 +0,0 @@
// tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
corePlugins: {
preflight: true,
},
content: [
'./src/pages/**/*.js',
'./src/components/stream/**/*.js',
'./src/components/agenda/**/*.js',
'./src/components/Accordion/**/*.js',
],
theme: {
extend: {},
},
plugins: [],
};

10487
yarn.lock Normal file

File diff suppressed because it is too large Load Diff