Skip to content

bennyxguo/hexo-renderer-tailwindcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-renderer-tailwindcss

A hexo renderer for tailwindcss with postcss preprocessor.

Install

yarn add hexo-renderer-tailwindcss

// or

npm install hexo-renderer-tailwindcss --save

Postcss config

Create .postcssrc.js at your Hexo root folder

module.exports = {
  from: undefined,
  plugins: {
    'postcss-import': {},
    'tailwindcss': {},
    'autoprefixer': {},
  }
}

About

A hexo renderer for tailwindcss with postcss preprocessor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published