Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor syntax highlighting change for code blocks #157

Merged
merged 1 commit into from
Feb 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.