Skip to content

Instantly share code, notes, and snippets.

View hugocore's full-sized avatar

Hugo Sequeira hugocore

View GitHub Profile
// Alerts
@include alert-variant($background, $border, $text-color);
// Background Variant
@include bg-variant($parent, $color);
// Border Radius
@include border-top-radius($radius);
@include border-right-radius($radius);
@include border-bottom-radius($radius);
### Git commands
* Init a git/github repo, avoiding the user/password request issue
$ git init
$ git add .
$ git commit -m "Initial commit"
# Create Github repo
$ git remote add origin git@github.com:<username>/<repo_name>.git
$ git push -u origin master
# Sublime Files
*.sublime-project
*.sublime-workspace
# Eclipse
.classpath
.project
.settings/
# Intellij