Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Oct 17, 2023
1 parent 8e2afaa commit e097248
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
dist/
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store
2 changes: 1 addition & 1 deletion src/components/_svg-base.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '../settings/mixins' as *;

/* svg */
/* svg containter */
.o-svg {
display: grid;
border-radius: inherit;
Expand Down

0 comments on commit e097248

Please sign in to comment.