Skip to content

Commit

Permalink
test20
Browse files Browse the repository at this point in the history
  • Loading branch information
dedkovnd committed Mar 30, 2024
1 parent 6848115 commit 5d02fd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/error-description/error-description.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.error-description {
font-size: 24px;
}
}
2 changes: 1 addition & 1 deletion src/components/error-description/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import './error-description.scss'
export { default as ErrorDescription } from './error-description.hbs?raw'
export { default as ErrorDescription } from './error-description.hbs?raw'
3 changes: 2 additions & 1 deletion src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
text-align: right;
}
}
}
}

0 comments on commit 5d02fd0

Please sign in to comment.