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

WebStorm shows error in Home.css #1725

Closed
kutaloweb opened this issue Apr 7, 2019 · 3 comments
Closed

WebStorm shows error in Home.css #1725

kutaloweb opened this issue Apr 7, 2019 · 3 comments

Comments

@kutaloweb
Copy link

kutaloweb commented Apr 7, 2019

This will fix it:

.newsDesc h1,
.newsDesc h2,
.newsDesc h3,
.newsDesc h4,
.newsDesc h5,
.newsDesc h6 {
  font-size: 1.125rem;
}

.newsDesc pre {
  white-space: pre-wrap;
  font-size: 0.875rem;
}

.newsDesc img {
  max-width: 100%;
}

Screen Shot 2019-04-07 at 1 11 03 PM

@mmarkelov
Copy link

@kutaloweb webstorm shows error, cause this is not valid css - it should be Home.scss

@kutaloweb
Copy link
Author

@mmarkelov We'd rather use valid CSS in order to be consistent because all files in the project have this extension. I proposed a pull request: 1ef1cca.

@piglovesyou
Copy link
Collaborator

#1726 fixed this.

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

No branches or pull requests

3 participants