Skip to content

Instantly share code, notes, and snippets.

View figloalds's full-sized avatar
🙂
Learning crazy new ways to build astoundingly fucking amazing applications.

Felype Rennan figloalds

🙂
Learning crazy new ways to build astoundingly fucking amazing applications.
  • SoftLeader Sistemas LTDA
  • Uberlândia - Brazil
View GitHub Profile
//
// ApiService
// Felype Rennan / 2017
// usage Example:
// try {
// var values = await this.api.get('api/Values');
// } catch(err) {
// // handle some err
// }
$tam-xs-max: 380px;
$tam-sm-max: 750px;
$tam-md-max: 1400px;
$tam-lg-max: 4096px; // nem vai ser usado :v
$tam-xs-min: 0;
$tam-sm-min: $tam-xs-max;
$tam-md-min: $tam-sm-max;
$tam-lg-min: $tam-md-max;