File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
58
58
- Contact us cards section to contact page
59
59
- Linkedin link to footer
60
60
- Next.js 13
61
+ - .js files to house styles for all components
61
62
62
63
### Fixed
63
64
@@ -78,6 +79,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
78
79
- next.js warning - no stylesheets in head component
79
80
- CardColumns refactoring to accept an array of card objects as props
80
81
- 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
81
91
82
92
## Unreleased
83
93
You can’t perform that action at this time.
0 commit comments