An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Responsive Project.

![Animation](https://user-images.githubusercontent.com/99739515/171996454-c7f8d7c3-60f3-4008-b45b-dac1a800ed2a.gif)

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.