Scaffolded the OpenBudget app structure with initial pages, components, and data. Included features for compare, reform design, and about sections. Added base utilities, design system, and data handling modules.
This commit is contained in:
7
openbudget-app-scaffold/postcss.config.js
Normal file
7
openbudget-app-scaffold/postcss.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user