This commit is contained in:
Ray Elliott 2020-03-26 20:37:49 +00:00
parent abab1317b0
commit 4457156c94
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
This is a boilerplate for using [Hugo](https://gohugo.io/) as a static site generator and [Webpack](https://webpack.js.org/) as your asset pipeline.
Setup to use [PostCSS](http://postcss.org/), [Tailwind CSS](https://tailwindcss.com), [https://purgecss.com](PurgeCSS) and [Babel](https://babeljs.io/) for CSS and JavaScript compiling/transpiling.
Setup to use [PostCSS](http://postcss.org/), [Tailwind CSS](https://tailwindcss.com), [PurgeCSS](https://purgecss.com) and [Babel](https://babeljs.io/) for CSS and JavaScript compiling/transpiling.
This project is released under the [MIT license](LICENSE). Please make sure you understand its implications and guarantees.