diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-03 12:49:18 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-03 12:49:18 -0500 |
commit | 6f5b377b4774df9d5daa147fc1f06a08cfe9c35c (patch) | |
tree | 074f7f820c82c6b30d9cdc86d9ee563a6701ce6b | |
parent | b648f8ec5e46d1166393e48d74b952375aea2bc3 (diff) | |
download | libresocial-6f5b377b4774df9d5daa147fc1f06a08cfe9c35c.tar.lz libresocial-6f5b377b4774df9d5daa147fc1f06a08cfe9c35c.tar.xz libresocial-6f5b377b4774df9d5daa147fc1f06a08cfe9c35c.zip |
fix README.md
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -126,19 +126,19 @@ También opcionalmente puede cambiar el __nombre de la fuente__, __copyright__, 2. Agregamos la imagen vectorial llamada __nueva__.svg a nuestra lista de íconos. -```scss -.icon-nueva:before { - content: "\e820"; -} -``` + ```scss + .icon-nueva:before { + content: "\e820"; + } + ``` 3. Por último usted agregaría el nombre de la clase __icon-nueva__ al archivo _demo.html_ para testear su nuevo ícono. -```html -<a class="nueva" href="#"><i class="icon-nueva"></i></a> -``` + ```html + <a class="nueva" href="#"><i class="icon-nueva"></i></a> + ``` -4. [Compilar LibreSocial](#compilación) +4. Compilar LibreSocial ## Contributor |