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

Fix issue where links became unclickable #38

Open
wants to merge 2 commits into
base: a2-build
Choose a base branch
from

Conversation

aaronbushnell
Copy link

Fixes #37

@@ -3,7 +3,7 @@
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../usr/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
/* line 17, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */

Choose a reason for hiding this comment

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

This implies the dev is using rvm, and since it's just a comment, how about we change it to: "../path/to/ruby/gems/[version]/gems/compass-[x.x.x]/frameworks/compass/stylesheets/compass/reset/_utilities.scss"

Choose a reason for hiding this comment

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

Ooooooh... this was generated. Nevermind. :)

@jakerella
Copy link

I'm good with this!

:shipit:

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.

While on an individual post, links to edit, unapprove, etc are not clickable
2 participants