Closed nilsnh closed 2 years ago
βοΈ Deploy Preview for hl3 ready!
π¨ Explore the source changes: b6d6b5dab0774aaf8b126fa56c0ef8b42f8751d7
π Inspect the deploy log: https://app.netlify.com/sites/hl3/deploys/61b04a786a61bd0007f13bb1
π Browse the preview: https://deploy-preview-30--hl3.netlify.app
Milestone
This PR resolves issue #19 .
Getting there
assets/
folder and started splitting the main.css file into two categories of Sass files..elements.scss
suffix are files that style HTML elements directly. This helps surface the styles that might conflict..components.scss
suffix is for any .class usage. Styling HTML elements are allowed but only nested within a css class.main.scss
file.Interesting bits
hugo version
to verify that you have the extended version installed.What I need help with
What's next
After merging, this PR should allow us to: