Skip to content

Instantly share code, notes, and snippets.

View bangpound's full-sized avatar

Benjamin Doherty bangpound

View GitHub Profile
@bangpound
bangpound / -.patch
Last active December 22, 2016 21:09
diff --git a/styleguide/section-5.html b/styleguide/section-5.html
index 551bf93..ff9d6a3 100644
--- a/styleguide/section-5.html
+++ b/styleguide/section-5.html
@@ -478,22 +478,22 @@ exclamation point on the content found there.</p>
<div class="kss-modifier__example">
- <div class="has-hand">
- <div class="panel panel--cta">
@bangpound
bangpound / -
Created December 20, 2016 19:37
/**
* Implements hook_form_FORM_ID_alter().
*
* Modifies the content form for page manager variants to add an "edit content"
* link on blocks that are entities.
*
* @param $form
* @param $form_state
*/
function caxy_form_page_manager_block_page_content_alter(&$form, &$form_state) {
@bangpound
bangpound / -
Created December 14, 2016 18:23
diff --git a/styleguide/caxy-template/kss-assets/main-dev.css b/styleguide/caxy-template/kss-assets/main-dev.css
index 32226a2..7e905d6 100644
--- a/styleguide/caxy-template/kss-assets/main-dev.css
+++ b/styleguide/caxy-template/kss-assets/main-dev.css
@@ -769,7 +769,7 @@ select {
select:focus {
outline: none; }
-.field, .field-text, .field-select, .field-checkbox,
+.field-text, .field-select, .field-checkbox,
@bangpound
bangpound / -
Created December 13, 2016 18:45
diff --git a/kss-config.json b/kss-config.json
index 83baf45..e205c7b 100644
--- a/kss-config.json
+++ b/kss-config.json
@@ -4,7 +4,7 @@
"scss"
],
"title": "Caxy Website Styleguide",
- "styleguide_version": "1.3.3",
+ "styleguide_version": "1.4.0",

Benjamin J Doherty resume.

@bangpound
bangpound / -
Created November 16, 2016 20:46
diff --git a/src/AppBundle/Resources/public/js/Controller/ReviewController.js b/src/AppBundle/Resources/public/js/Controller/ReviewController.js
index e12890d..3292e7a 100644
--- a/src/AppBundle/Resources/public/js/Controller/ReviewController.js
+++ b/src/AppBundle/Resources/public/js/Controller/ReviewController.js
@@ -10,17 +10,7 @@
)
.directive('myPopup', ['$window', function ($window) {
return {
- restrict: 'EA',
- scope: {
@bangpound
bangpound / -
Created November 11, 2016 21:04
diff --git a/patternlab/source/sass/01-extends/animations.scss b/patternlab/source/sass/01-extends/animations.scss
index 73db82f..3827fac 100644
--- a/patternlab/source/sass/01-extends/animations.scss
+++ b/patternlab/source/sass/01-extends/animations.scss
@@ -31,7 +31,8 @@
$banner,
animationDuration);
perspective: 1200px;
- a:hover & {
+ a:hover &,
@bangpound
bangpound / -
Created November 11, 2016 21:04
diff --git a/patternlab/config.codekit b/patternlab/config.codekit
index 792f85d..062b4a3 100644
--- a/patternlab/config.codekit
+++ b/patternlab/config.codekit
@@ -1,16 +1,7 @@
{
"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
-"creatorBuild": "19127",
+"creatorBuild": "19137",
"files": {
@bangpound
bangpound / -
Created November 11, 2016 21:03
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index 96cc43e..0000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="CompilerConfiguration">
- <resourceExtensions />
@bangpound
bangpound / -
Created November 11, 2016 21:03
diff --git a/.idea/misc.xml b/.idea/misc.xml
index ed42289..385b261 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -16,7 +16,6 @@
<exe-path>/usr/local/bin/bower</exe-path>
<config-path />
</component>
- <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
<component name="ProjectInspectionProfilesVisibleTreeState">