Skip to content

Commit 2f1b243

Browse files
committed
update change log
1 parent 504dccc commit 2f1b243

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5858
- Contact us cards section to contact page
5959
- Linkedin link to footer
6060
- Next.js 13
61+
- .js files to house styles for all components
6162

6263
### Fixed
6364

@@ -78,6 +79,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7879
- next.js warning - no stylesheets in head component
7980
- CardColumns refactoring to accept an array of card objects as props
8081
- styles on newsletter button and contact page
82+
- error where html loaded before styles by updating \_document.js
83+
84+
### Changed
85+
86+
- all components to use styled components to handle all styling.
87+
88+
### Removed
89+
90+
- all .scss files with the exception of variables, mixins, and globals
8191

8292
## Unreleased
8393

0 commit comments

Comments
 (0)