diff options
author | Jesús <heckyel@hyperbola.info> | 2018-04-08 15:05:57 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-04-08 15:05:57 -0500 |
commit | 7647508b8922496488aca7782afc05adb9a4883e (patch) | |
tree | 4741eb46cda10990e9467139cdf497411e88d905 | |
parent | 1eb0c3fad591dbb7632cb218f15d0980ce139eff (diff) | |
download | lidra-theme-7647508b8922496488aca7782afc05adb9a4883e.tar.lz lidra-theme-7647508b8922496488aca7782afc05adb9a4883e.tar.xz lidra-theme-7647508b8922496488aca7782afc05adb9a4883e.zip |
minor fix on text in hacking.md
-rw-r--r-- | hacking.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ sass -t compressed --sourcemap=none estilos.sass:estilos.min.css ``` -3. Compress CSS of boostrap: +3. Compress CSS of bootstrap: ``` cssmin --wrap 1000 < bootstrap.css > bootstrap.min.css |