Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated with Typescript and sass, removed styled-components and local fonts #1

Merged
merged 20 commits into from
Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a8a0d4a
Added typescript config and rewrote tsx components with interfaces/types
amamenko Jun 4, 2021
3cbbac2
Converted styled-components files/format to SCSS
amamenko Jun 5, 2021
7d4b19c
Added sass file imports and updated webpack.config file
amamenko Jun 6, 2021
5c31f8e
Updated webpack/tsconfig and reformatted SCSS partial imports
amamenko Jun 7, 2021
5202b54
Added barrel index file for component interfaces/types
amamenko Jun 9, 2021
e30cdb5
Updated SCSS styles, conditional CSS class names, and custom scroll e…
amamenko Jun 9, 2021
d8ae28a
Updated default export of BuzzFeed component to relative export
amamenko Jun 10, 2021
7cc42f0
Updated example to include font preloading and made sass adjustments
amamenko Jun 11, 2021
4dfa674
Added textfit function and updated scss files
amamenko Jun 13, 2021
6515a17
Updated textfit component and updated answer outer container SCSS
amamenko Jun 14, 2021
bf992b8
Updated sass for answer outer container
amamenko Jun 15, 2021
dca112e
Removed answer js hover state, updated answer sass, and added interfa…
amamenko Jun 16, 2021
895b1a8
Added typescript interface JSDocs and updated some new BuzzFeed sass …
amamenko Jun 17, 2021
969b497
Updated to new BuzzFeed stylings with sass and converted example to t…
amamenko Jun 18, 2021
7a5c3f2
Updated additional sass styles and updated example color demos
amamenko Jun 18, 2021
240b6d2
Updated TextFit dynamic min/max font-sizing for questions/answers
amamenko Jun 20, 2021
3294270
Added context api integration and memoized question component
amamenko Jun 20, 2021
10dbea6
Updated README.md
amamenko Jun 21, 2021
8200538
Added conditional question container heights if image overlap combina…
amamenko Jun 21, 2021
4afc3bc
Merge branch 'master' into dev
amamenko Jun 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"presets": ["@babel/react", "@babel/env"],
"plugins": [
[
"babel-plugin-styled-components",
{
"namespace": "react-buzzfeed-quiz"
}
],
"transform-object-rest-spread",
"@babel/transform-react-jsx"
]
"plugins": ["transform-object-rest-spread", "@babel/transform-react-jsx"]
}
35 changes: 0 additions & 35 deletions ProximaNovaFont.css

This file was deleted.

Loading