UNPKG
react-scooter
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.5
React components for the Scooter CSS framework
ivoilic.github.io/react-scooter
ivoilic/react-scooter
react-scooter
/
styleguide.config.js
17 lines
(16 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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'
} } }