Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am taliator on github.
  • I am talia (https://keybase.io/talia) on keybase.
  • I have a public key ASBOelbCtQ-aKDCMgOdfT7vi6ljR7F4Sv7X4kYgffMztnAo

To claim this, I am signing this object:

@taliator
taliator / .jscsrc
Last active October 31, 2019 18:01
JSCSRC settings ( see http://jscs.info/ for rules )
{
// In general, if a rule requires a Boolean it only accepts true; to ignore rule, set to null
// See http://jscs.info/rules for full rule set
// Requires that a function expression be named.
"disallowAnonymousFunctions": null,
// ES6 | Disallows arrow functions.
"disallowArrowFunctions": null,
// Requires the first alphabetical character of a comment to be lowercase.
"disallowCapitalizedComments": null,
@taliator
taliator / SassMeister-input.scss
Created January 5, 2015 19:02
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
//Colors
$blue: #007db6;
$dark-blue: #006391;
$hover-blue: #00577f;