Skip to content

Commit

Permalink
Minor syntax highlighting change for code blocks
Browse files Browse the repository at this point in the history
Better HTML and SASS code highlighting
  • Loading branch information
prayagverma committed Feb 11, 2016
1 parent 4ff35ea commit bf9ff31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ When using CSS classes, you can simply add the class with the filter name to the

For example:

```
```html
<!-- HTML -->
<figure class="aden">
<img src="../img.png">
Expand Down Expand Up @@ -78,14 +78,14 @@ If you use custom naming in your CSS architecture, you can add the `.scss` files

For example:

```
```html
<!-- HTML -->
<figure class="viz--beautiful">
<img src="../img.png">
</figure>
```

```
```sass
// Sass
.viz--beautiful {
@extend %aden;
Expand Down Expand Up @@ -165,4 +165,4 @@ Filters are really fun to create! Reference photos created by [Miles Croxford](h
- `site/` is the public facing website
- `site/test` is how you test filters if you're developing, remember to change `is_done` for the filter you're creating in `site/filters.json`.

Note: this will also have mixin options and a PostCSS Component.
Note: this will also have mixin options and a PostCSS Component.

0 comments on commit bf9ff31

Please sign in to comment.