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

styles are overly permissive #766

Open
binford2k opened this issue May 2, 2017 · 0 comments
Open

styles are overly permissive #766

binford2k opened this issue May 2, 2017 · 0 comments
Assignees
Labels

Comments

@binford2k
Copy link
Member

For example, take these styles:

.bar {
  height: 1.25em;
  background-color: #e74c3c;
  border: 1px solid #f45f5f;
  border-left: none;
  border-radius: 0 0.4em 0.4em 0;
}

Let's say someone makes a presentation about their sudsy new business venture and they label a photo with the class of bar. Totally reasonable to do. But then that photo ends up looking like:

screen shot 2017-05-02 at 7 13 16 am

Those overly permissive styles are all over. We'll need to audit them and make them more appropriate. (even if that just means adding showoff to all the style declarations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants