Skip to content

Commit 4a3bbd9

Browse files
Vince SurianiVince Suriani
authored andcommitted
style fixes
1 parent 7c07a50 commit 4a3bbd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ We prefer to break up our .sass across multiple specifically named files
237237
|--main.scss
238238
```
239239

240-
* **modules** - functions and mixins and variables. Things that are included into other SCSS files.
241-
* **pages** - one .scss file per page - generally only specific to *that* page. (i.e. home.scss, about.scss, gallery.scss, etc..) Essentially the structure of the site.
242-
* **partials** - things that are considered part of the site's *skin* - i.e. buttons, inputs, media. These are reusable throughout the site.
240+
* **modules** - a folder that contains functions and mixins and variables. Things that are included into other SCSS files.
241+
* **pages** - a folder that contains one .scss file for each page - generally only specific css to *that* page. (i.e. home.scss, about.scss, gallery.scss, etc..) Essentially the structure of the site.
242+
* **partials** - a folder that contains things/elements that are considered part of the site's *skin* - i.e. buttons, inputs, media. These are reusable throughout the site.
243243

244244

245245
###Responsive SCSS
@@ -248,7 +248,7 @@ We generally prefer to have each element/rule to have it's own responsive rule r
248248

249249
**Bad**
250250

251-
```scss
251+
```css
252252
.avatar{
253253
border-radius:50%;
254254
border:2px solid white;

0 commit comments

Comments
 (0)