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

Duplicate styles.css being compiled to three different locations #15

Closed
adamjohnson opened this issue Feb 4, 2019 · 0 comments
Closed
Assignees

Comments

@adamjohnson
Copy link
Contributor

Steps to reproduce the issue

Download the system, open the following files/directories:

  • ~/cleanslate_themes/wvu-design-system-components/stylesheets/styles.css
  • ~/public/css/styles.css
  • ~/stylesheets/styles.css

Results

Each of these styles.css files appears to be a duplicate. Are they? Are they all required?

Expected results

We should probably only compile to one location and reference a single stylesheet from that singular location.

We can then reference the stylesheet with relative paths like this:

<link rel="stylesheet" href="../../stylesheets/styles.css">

My vote would be to compile to ~/stylesheets.

@adamjohnson adamjohnson self-assigned this Feb 4, 2019
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

1 participant