generator-scratch
Version:
Scratch is a starter theme generator based on _s and Foundation. It's a theme meant for hacking so don't use it as a Parent Theme. Instead try turning it into the next, most awesome, WordPress theme out there.
20 lines (19 loc) • 332 B
JavaScript
module.exports = {
/**
* grunt-rtlcss
*
* grunt plugin for RTLCSS, a framework for transforming CSS from LTR to RTL.
*
* @link https://www.npmjs.com/package/grunt-rtlcss
*/
theme: {
expand: true,
cwd: '.',
dest: '.',
ext: '-rtl.css',
src: [
'assets/css/*.css',
'!assets/css/editor-style.css'
]
}
};