We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Download the system, open the following files/directories:
~/cleanslate_themes/wvu-design-system-components/stylesheets/styles.css
~/public/css/styles.css
~/stylesheets/styles.css
Each of these styles.css files appears to be a duplicate. Are they? Are they all required?
styles.css
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.
~/stylesheets
The text was updated successfully, but these errors were encountered:
a8b117f
adamjohnson
No branches or pull requests
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:
My vote would be to compile to
~/stylesheets
.The text was updated successfully, but these errors were encountered: