Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

* I am matheusagcosta on github.  
* I am matheusagcosta (https://keybase.io/matheusagcosta) on keybase.  
* I have a public key ASDa6hF-csiUyWBiiJilmEvGNuXXPQPneFO8qS4zSS1EBwo

To claim this, I am signing this object:

@matheusagcosta
matheusagcosta / .scss-lint.yml
Created November 3, 2017 18:52
SCSS lint config
scss_files: 'client/**/*.scss'
linters:
SelectorDepth:
max_depth: 4
NestingDepth:
max_depth: 4
https://mega.nz/#F!I4A33aYS
@matheusagcosta
matheusagcosta / ternary.jade
Last active June 24, 2021 18:56
Toggle Pug or Jade class using ternary operator
// Jade
.item(class="#{ current.source != 'about' ? 'is-active' : '' }")