/grafana-antd-panel

Testing antd in grafana

Primary LanguageTypeScript

Antd in grafana

CircleCI dependencies Status devDependencies Status Coverage

Antd has some great UI elements, would be nice to use them in grafana plugins, but still need to sort out style conflicts

TODO, try:

node_modules/less/bin/lessc --js public/sass/antd.less aaa.css
node_modules/postcss-cli/bin/postcss aaa.css --use autoprefixer --use > xxx.css

node_modules/postcss-cli/bin/postcss aaa.css > xxx.css


node_modules/less/bin/lessc --js public/sass/antd.less aaa.css
node_modules/postcss-cli/bin/postcss aaa.css > xxx.css