@@ -66,6 +66,8 @@ _For use in HTML markup:_
6666* Moon: ` class="moon" `
6767* Clarendon: ` class="clarendon" `
6868* Willow: ` class="willow" `
69+ * Valencia: ` class="valencia" `
70+ * Kelvin: ` class="kelvin" `
6971
7072* * *
7173
@@ -134,6 +136,8 @@ _For use in Sass stylesheets:_
134136* Moon: ` @extend %moon `
135137* Clarendon: ` @extend %clarendon `
136138* Willow: ` @extend %willow `
139+ * Valencia: ` @extend %valencia `
140+ * Kelvin: ` @extend %kelvin `
137141
138142** Mixins** (You can add more CSS3 filters as arguments)
139143
@@ -156,6 +160,8 @@ _For use in Sass stylesheets:_
156160* Moon: ` @include moon() `
157161* Clarendon: ` @include clarendon() `
158162* Willow: ` @include willow() `
163+ * Valencia: ` @include valencia() `
164+ * Kelvin: ` @include kelvin() `
159165
160166## Contributing
161167
1721785 . Make changes and check the test site with your changes (see file structure outline below)
1731796 . Submit a PR referencing the issue with a smile :smile :
174180
175- If you would like to contribute, the following filters are yet to be added:
176-
177- - [ ] [ Amaro] ( https://github.com/una/CSSgram/issues/13 )
178- - [ ] [ Ashby] ( https://github.com/una/CSSgram/issues/119 )
179- - [x] [ Brannan] ( https://github.com/una/CSSgram/issues/120 )
180- - [ ] [ Charmes] ( https://github.com/una/CSSgram/issues/22 )
181- - [ ] [ Crema] ( https://github.com/una/CSSgram/issues/12 )
182- - [ ] [ Dogpatch] ( https://github.com/una/CSSgram/issues/122 )
183- - [ ] [ Ginza] ( https://github.com/una/CSSgram/issues/123 )
184- - [ ] [ Hefe] ( https://github.com/una/CSSgram/issues/17 )
185- - [ ] [ Helena] ( https://github.com/una/CSSgram/issues/124 )
186- - [ ] [ Juno] ( https://github.com/una/CSSgram/issues/125 )
187- - [ ] [ Kelvin] ( https://github.com/una/CSSgram/issues/20 )
188- - [ ] [ Ludwig] ( https://github.com/una/CSSgram/issues/126 )
189- - [ ] [ Maven] ( https://github.com/una/CSSgram/issues/127 )
190- - [x] [ Rise] ( https://github.com/una/CSSgram/issues/15 )
191- - [ ] [ Sierra] ( https://github.com/una/CSSgram/issues/14 )
192- - [ ] [ Skyline] ( https://github.com/una/CSSgram/issues/128 )
193- - [x] [ Slumber] ( https://github.com/una/CSSgram/issues/129 )
194- - [ ] [ Stinsen] ( https://github.com/una/CSSgram/issues/21 )
195- - [ ] [ Sutro] ( https://github.com/una/CSSgram/issues/19 )
196- - [ ] [ Valencia] ( https://github.com/una/CSSgram/issues/16 )
197- - [ ] [ Vesper] ( https://github.com/una/CSSgram/issues/130 )
198-
199181Filters are really fun to create! Reference photos created by [ Miles Croxford] ( https://twitter.com/milescroxford ) can be found [ here] ( https://instagram.com/cssgram/ ) .
200182
201183## File Structure Outline
0 commit comments