Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "cssgram", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -9,2 +9,16 @@ # CSSgram | ||
### Use CSS classes | ||
1. Link to the cssgram library: `<link rel="stylesheet" href="css/cssgram.min.css">` or any individual css file (i.e. `<link rel="stylesheet" href="css/aden.min.css">`) | ||
2. Add a class to your image element with the name of the filter you would like to use | ||
For example: | ||
```html | ||
<!-- HTML --> | ||
<figure class="aden"> | ||
<img src="../img.png" alt=""> | ||
</figure> | ||
``` | ||
### Use Sass `@extends` | ||
@@ -31,16 +45,2 @@ | ||
### Use CSS classes | ||
1. Link to the cssgram library: `<link rel="stylesheet" href="css/cssgram.min.css">` or any individual css file (i.e. `<link rel="stylesheet" href="css/aden.min.css">`) | ||
2. Add a class to your image element with the name of the filter you would like to use | ||
For example: | ||
```html | ||
<!-- HTML --> | ||
<figure class="aden"> | ||
<img src="../img.png" alt=""> | ||
</figure> | ||
``` | ||
## Current Filters | ||
@@ -47,0 +47,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
684092
81
1203