1.0.2 • Published 3 years ago

gatsby-plugin-orga-theme-ui v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

#+title: gatsby-plugin-orga-theme-ui

A direct port of [https://github.com/system-ui/theme-ui/tree/develop/packages/gatsby-plugin-theme-ui], with org-mode support.

  • Installation

#+begin_src shell npm install @orgajs/theme-ui gatsby-plugin-orga-theme-ui #+end_src

#+begin_src javascript // gatsby-config.js module.exports = { ... plugins: ... 'gatsby-plugin-orga-theme-ui' } #+end_src