#!/usr/bin/env node /** * Bud file for scss attributes. * Executing this file renders attribute scss files. * * Generated by {{generator}} on {{today}}, * from a template provided by {{pkg.name}}. * * @see https://github.com/coz-repo/coz */ "use strict"; const apemanBudScss = require('apeman-bud-scss'); module.exports = apemanBudScss({ type: 'attribute', vars: { float: ['left', 'right', 'none'], textAlign: ['left', 'center', 'right'], display: ['inline', 'inline-block', 'block', 'flex'] } }); {{{read _render}}}