diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-20 12:46:05 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-20 14:20:27 +0200 |
commit | 4a81bf5b7a307d9b448f98ffcaa489be2227d1f2 (patch) | |
tree | dc966ac9969608da6cbd177c6acd409421cbba8e /readme.org | |
parent | 10207f629e1fca6497a0dbbd79e416536ee0958f (diff) | |
download | hugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.tar.gz hugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.tar.bz2 hugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.zip |
Local tachyons
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ * Usage -On your project run -#+begin_src bash -npm install tachyons -#+end_src -This will allow the system to compile the css. +You must compile the tachyons modifications. +For that run the local makefile for the =css= target. + +It is only a dev dependency, there is no need for tachyons dependencies on the +project. |