postcss-plugins
Version:
A consolidated list of PostCSS plugins in an ready-to-use format.
16 lines (12 loc) • 522 B
JavaScript
const { red, blue } = require('chalk');
const banner = red('\n\n\n _____________ \n'
+ ' / / \\ \\ \n'
+ ' / / \\ \\ \n'
+ ' / / ___ \\ \\ \n'
+ ' | /|/ \\|\\ | \n'
+ ' \\ / | | \\ / \n'
+ ' \\ /__|\\___/|__\\ / \n'
+ ' \\_____________/ \n'
+ ' P O S T C S S \n'
+ ' P L U G I N S \n\n') + blue('Answer a few quick questions about your plugin(s) to add it to the list:');
module.exports = banner;