sourcegraph/postcss.config.js
TJ Kandala 41b9610d5e
Implement new toggle components (#13774)
* refactor small toggle
* add big toggle
* add focus-visible polyfill to storybooks
2020-09-11 17:43:08 -04:00

4 lines
93 B
JavaScript

module.exports = {
plugins: [require('autoprefixer'), require('postcss-focus-visible')],
}