UNPKG

react-scooter

Version:

React components for the Scooter CSS framework

17 lines (16 loc) 264 B
module.exports = { title: 'React-Scooter', require: [ './src/assets/css/demo.css' ], template: 'src/index.html', components: 'src/components/**/[A-Z]*.jsx', styles: { }, theme: { color: { link: '#638dd4', linkHover: '#333' } } }