c8r / kit

Tools for developing, documenting, and testing React component libraries
https://compositor.io/kit
MIT License
1.21k stars 30 forks source link

Fix css errors #36

Closed johno closed 6 years ago

johno commented 6 years ago
~/c/c8r/styleguide rewrite* 1m 30s
❯ rm -rf out && ./dist/cli.js docs/components -d out && superstatic out
 styleguide  @compositor/styleguide
Error parsing component metadata for docs/components/Box.md
Processed docs/components/Box.md
Error parsing component metadata for docs/components/Flex.md
Processed docs/components/Flex.md
Warning: Unsupported vendor-prefixed style property webkitTextDecoration. Did you mean WebkitTextDecoration?
Warning: Unsupported vendor-prefixed style property webkitAppearance. Did you mean WebkitAppearance?
Warning: Unsupported vendor-prefixed style property mozAppearance. Did you mean MozAppearance?
Warning: Unsupported vendor-prefixed style property webkitTextTransform. Did you mean WebkitTextTransform?

./library/NavLink.js:    webkitTextDecoration: 'none',
./library/Button.js:    webkitTextDecoration: 'none',
./library/FormButton.js:    webkitTextDecoration: 'none',