A project to learn sass with - https://prototowb.github.io/portfolio-sass/
This repository contains:
- The Project Files.
- standard README - this file you are reading.
The goals for this repository are:
- To document my journey learning sass by building a well crafted portfolio.
- Show the implementation of sass in a real project.
- Showcase the usage of the html picture Tag and handling the responsivenss of images (the first one in the gallery has multiple sources for different resolutions).
- Learing how to write good READMEs - This Readme is fully "standard-readme" compliant.
This project uses sass. Go check it out if you don't have it locally installed yet.
$ npm install --global sass
When you install Sass on the command line, you'll be able to run the sass executable to compile .sass and .scss files to .css files. For example:
sass source/stylesheets/index.scss build/stylesheets/index.css
You can also run sass --help for more information about the command-line interface.
This is only a documentation project for educational purpose.
Feel free to dive in! Open an issue or submit PRs.
portfolio-sass follows the Contributor Covenant Code of Conduct.
MIT © Tobias Rauer