diff --git a/README.md b/README.md index aef44bd..c022bba 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ When using CSS classes, you can simply add the class with the filter name to the For example: -``` +```html
@@ -78,14 +78,14 @@ If you use custom naming in your CSS architecture, you can add the `.scss` files For example: -``` +```html
``` -``` +```sass // Sass .viz--beautiful { @extend %aden; @@ -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. \ No newline at end of file +Note: this will also have mixin options and a PostCSS Component.