Skip to content

Instantly share code, notes, and snippets.

// fd = foundation
%fd-button {
border-radius: 30px;
padding: 10px;
text-align: center;
}
.banner__btn, .article-tile__btn {
border-radius: 30px;
padding: 10px;
text-align: center;
}
.banner {
background: #f1f1f1;
}
.banner__inner {
@Phoen1x84
Phoen1x84 / revealing-module-pattern.js
Created May 16, 2018 13:48
Example of the revealing module pattern
// ES5 example
var module = (function() {
'use strict';
var selectors = {
// object literal would contain selectors
mySelector: '.banner'
};
var publicMethod = function() {
@Phoen1x84
Phoen1x84 / fe-helix-folder-structure.txt
Created November 19, 2018 23:09
Sitecore Helix For Frontend - A Sitecore User Group Tale
src
Feature
products
code
src
products
__tests__
// tests here
scripts
// scripts here