working filtering. All that needs updating is the CSS cascading in the build process!
This commit is contained in:
parent
9316c299f4
commit
dfae48f943
7 changed files with 253 additions and 242 deletions
|
@ -1,9 +1,14 @@
|
|||
# .dockerignore
|
||||
|
||||
node_modules
|
||||
README.md
|
||||
Dockerfile
|
||||
|
||||
.git
|
||||
.gitattributes
|
||||
.gitignore
|
||||
|
||||
.npmrc
|
||||
|
||||
.eslintignore
|
||||
.eslintrc.cjs
|
||||
|
@ -11,6 +16,8 @@ node_modules
|
|||
.prettierrc
|
||||
.pretieriignore
|
||||
|
||||
README.md
|
||||
.svelte-kit
|
||||
|
||||
Dockerfile
|
||||
build
|
||||
package
|
||||
**/.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue