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

Test: Make sure that relative pathing more than one level deep works. #49

Closed
mrjoelkemp opened this issue Feb 11, 2015 · 0 comments
Closed

Comments

@mrjoelkemp
Copy link
Collaborator

From: dependents/Dependents#103

As an example.  Drill down from the sass root, main file of my repo
(framework/scss/sitestyle.scss), to the 'base/base-theme then to 'layouts'
then to 'layout/page' (works),  but try going back (dependents) from any of
those files and it will only work from 'base-theme'.
https://github.com/dkebler/hugo-quickstart-site/blob/master/framework/scss/sitestyle.scss

Just for grins I put a 'test' dependency in the /base/layout/_page.scss
file that looks up one directory '../_test.scss'.  That works but
surprisingly from that file base/_test.scss it finds the _page.scss
dependent one subdirectory down!  This is an usual construction despite
working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant