First pass at component library

This commit is contained in:
Gabe Kangas
2022-04-17 18:50:39 -07:00
parent 7a2441e6ea
commit 1c77219a75
18 changed files with 549 additions and 11 deletions

3
web/postcss.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
plugins: ['postcss-flexbugs-fixes', 'autoprefixer'],
};