1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00

Add comment explaining postcss.config.js

This commit is contained in:
Cole Bemis 2019-08-19 23:00:07 -07:00
parent 20c8c53b88
commit 12065bbf4b

View File

@ -1,3 +1,5 @@
// This config file is necessary to get postcss-loader to work in
// ./src/@primer/gatsby-theme-doctocat/components/live-preview-wrapper.js.
module.exports = {
parser: 'postcss-scss',
plugins: {