Skip to content

Commit

Permalink
added typescript feature (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinsot authored Nov 13, 2023
1 parent 3bf4ce8 commit 2e17ce7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reactive/tutoriales/Svelte/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2310,6 +2310,10 @@ input, select, textarea {
color: #8cc9f0;
}

.icon.style6 {
color: #f0c58c;
}

@media screen and (max-width: 1680px) {

.icon.major:before {
Expand Down
7 changes: 7 additions & 0 deletions reactive/tutoriales/Svelte/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ <h3>Ahorra tiempo</h3>
<h3>No olvidar</h3>
<p>Que Svelte más que un lenguaje, es un sistema de traducción de lenguaje Svelte <em>(JavaScript + HTML + CSS) a JavaScript</em></p>
</li>
<li>
<span class="icon major style6 fa-file-code"></i></span>
<h3>Versatilidad</h3>
<p>La característica más solicitada durante un tiempo,Svelte admite oficialmente TypeScript.

esto proporcionará una experiencia de desarrollo mejorada, que se integra de manera óptima en bases de código más extensas de Svelte, ya sea que esté utilizando TypeScript o JavaScript.</p>
</li>
</ul>
<footer class="major">
<ul class="actions special">
Expand Down

0 comments on commit 2e17ce7

Please sign in to comment.