Skip to content

Styled Components Added#1

Open
andrewzb wants to merge 4 commits intomasterfrom
Feature/StyledComponents
Open

Styled Components Added#1
andrewzb wants to merge 4 commits intomasterfrom
Feature/StyledComponents

Conversation

@andrewzb
Copy link
Owner

@andrewzb andrewzb commented Aug 1, 2019

No description provided.

export const Data = styled.div`
text-align: left;
color: ${theme.Colors.Typography.Light1};
@media screen and (max-width: ${theme.BreakePoints.t}) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BreakePoints -> breakpoints

<div className={classes.GitHub}><a href={config.GIT_HUB}>GitHub</a></div>
</footer>
<Foot>
<CopyRight> Created By GR In learnig Perpises &copy; 2019 </CopyRight>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perpises?

export const GitHub = styled.div`
text-align: center;
cursor: pointer;
& > a {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

зачем? посмотри синтаксис styled-components

export const ItemContainer = styled.div`
display: flex;
justify-content: space-between;
background-color: ${theme.Colors.Primary.PrimaryLight};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

свойства объектов начинаются с маленькой буквы

src/config.js Outdated
@@ -1,4 +1,4 @@
export const API_KEY = '*****' // ******** - your's api key
export const API_KEY = '41601d2a' // ******** - your's api key

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Молодец. Теперь ты интегрируешь установку переменных окружения через .env файл

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants