Skip to content

Instantly share code, notes, and snippets.

View dagomar's full-sized avatar

Dagomar Paulides dagomar

  • iz3
  • the Netherlands
View GitHub Profile
@dagomar
dagomar / gist:72ee8a928da158ca20de9a6863158046
Created January 16, 2019 14:11 — forked from Haran/gist:6e3d2d8d08b8f58e76904dc8fae22dd9
options for phpStorm 2017.3.1 @noinspection annotation
+----------------------------------------------------------+------------------------------------------------------------------------------+
| Inspection | Description |
+----------------------------------------------------------+------------------------------------------------------------------------------+
| -- angularjs | |
| EmptyEventHandlerInspection | Empty Event Handler |
+----------------------------------------------------------+------------------------------------------------------------------------------+
| -- coffeescript | |
| CoffeeScriptUnusedLocalSymbolsInspection
@dagomar
dagomar / gist:5070360
Last active December 14, 2015 10:10
Round cornered button with compass. This will create a button with round corners with a border and an inset creating a second border effect. Experimental code.
@mixin round_button(
$background: $red,
$color: white,
$background2: FALSE,
$border: 1px dashed $red,
$padding: 8px 25px,
$radius: 8px,
$radius2: 5px,
$distance: 5px
)