登录 注册
当前位置:主页 > 资源下载 > 9 > gatsby-plugin-postcss现已迁移到gatsbyjs仓库

gatsby-plugin-postcss现已迁移到gatsbyjs仓库

  • 更新:2024-10-24 12:26:50
  • 大小:61KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

gatsby-plugin-postcss Gatsby插件来处理PostCSS。 安装 yarn add gatsby-plugin-postcss 或者 npm install --save gatsby-plugin-postcss 如何使用 gatsby-config.js module . exports = { plugins : [ 'gatsby-plugin-postcss' ] } ; 该插件使用及其默认选项,这意味着您可以使用自己的postcss.config.js : postcss.config.js const postcssPresetEnv = require ( 'postcss-preset-env' ) ; module . exports = ( ) => ( { plugins : [ postcssPresetEnv