This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @mixin rover($width,$height,$bg,$ext:'gif',$color:''){ | |
| @if $bg != '' { | |
| @if $color != '' { | |
| background:url('../img/' + $bg + '.' + $ext) left top no-repeat $color; | |
| } @else { | |
| background:url('../img/' + $bg + '.' + $ext) left top no-repeat; | |
| } | |
| } | |
| a { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| First time, You need access here, and need configure about API Access. | |
| https://code.google.com/apis/console/b/0/ | |
| Next , access here | |
| https://accounts.google.com/o/oauth2/auth?redirect_uri=Uri_you_like_this_code_wirtten&response_type=code&client_id=Your_Client_ID&approval_prompt=force&scope=https://www.googleapis.com/auth/plus.me&access_type=offline | |
| */ | |
| $encoding = 'UTF-8'; |
NewerOlder