/* const { styleClass } = require('../../../utils');
module.exports = (root, opts) => {
const flexShrink = {
'flex-shrink-0': 0,
'flex-shrink-1': 1
};
styleClass('flex-shrink', flexShrink, root, opts, true);
*/