Skip to content

Instantly share code, notes, and snippets.

@widescreenBob
widescreenBob / SassMeister-input.scss
Created February 2, 2015 15:25
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
//icons
///icon-font key
@widescreenBob
widescreenBob / SassMeister-input-HTML.html
Created July 1, 2015 16:11
Generated by SassMeister.com.
<body>
aflkafja
<div class="pants"> <a href="#">One</a>
</div>
</body>
{
"name": "theme",
"version": "1.0.0",
"scripts": {
"install": "npm run scanignore",
"postinstall": "npm shrinkwrap --dev",
"scanignore": "echo 'https://www.drupal.org/node/2393605' > node_modules/.scanignore",
"build": "gulp",
"compile": "gulp sass",
"watch": "gulp watch",
'use strict';
//=======================================================
// Include gulp
//=======================================================
var gulp = require('gulp');
//=======================================================
// Include Our Plugins
//=======================================================
# Ignore the node modules folder (created by 'npm install').
node_modules
# We absolutely don't want to have the .sass-cache in git.
.sass-cache
# Ignore any errors thrown by npm.
npm-debug.log
# Ignore any map files. These don't need to be committed.
@widescreenBob
widescreenBob / SassMeister-input-HTML.html
Created September 22, 2014 18:05
Generated by SassMeister.com.
<div class = "testDiv">TEST</div>