https://github.com/yaserdemet/sass-responsive
https://github.com/yaserdemet/sass-responsive
import mixins sass sass-boilerplate variables
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaserdemet/sass-responsive
- Owner: yaserdemet
- Created: 2022-05-28T13:30:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T11:28:21.000Z (over 3 years ago)
- Last Synced: 2025-03-25T16:31:18.241Z (6 months ago)
- Topics: import, mixins, sass, sass-boilerplate, variables
- Language: HTML
- Homepage:
- Size: 2.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Responsive Project.

Clarusway
## Description
Project aims to create a page within pages HTML and CSS especially SASS.
## Project Skeleton```
015-sass-responsive (folder)
|----scss
|----abstracts
|----_mixin.scss
|----_variable.scss
|----base
|----_reset.scss
|----components
|----_footer.scss
|----_nav.scss
|----_responsive.scss
|----pages
|----_about.scss
|----_contact.scss
|----_home.scss
|----_projects.scss
|----main.scss
|----
|----css
|----main.css
|----main.css.map
|----img|----index.html
|----about.html
|----contact.html
|----projects.html
```## Objective
Functionally create a page with SCSS.
### At the end of the project, following topics are to be covered;
- SCSS variables
- SCSS mixins
- SCSS partials
- Import pages from one to another
- SCSS nesting structure
### At the end of the project, i will be able to;
- improve coding skills within HTML & CSS and CSS processors which is SASS
- use git commands (push, pull, commit, add etc.) and Github as Version Control System.