-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into translate-page
- Loading branch information
Showing
442 changed files
with
19,716 additions
and
3,681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
public/captions/pt-br/197398760-8fd30eff-4d13-449d-a598-00a6a1ac4644.vtt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
WEBVTT | ||
00:00.570 --> 00:06.520 | ||
Olá pessoal, eu sou o Dan, e hoje irei te mostrar como utilizar Tailwind CSS com seu projeto Astro. | ||
|
||
00:06.815 --> 00:12.415 | ||
Você pode ver que tenho um site Astro básico aqui e ele parece bem entediante, então eu quero adicionar alguns estilos a ele. | ||
|
||
00:12.500 --> 00:15.500 | ||
Vou clicar nesse botão para abrir um novo terminal | ||
|
||
00:15.511 --> 00:19.871 | ||
onde eu posso executar o comando “npx astro add tailwind”. | ||
|
||
00:20.107 --> 00:25.500 | ||
Este comando pode ser encontrado na documentação de integrações que vou me certificar de adicionar um link para. | ||
|
||
00:26.327 --> 00:34.383 | ||
Ele me pede para permití-lo modificar o arquivo de configuração para dar suporte para Tailwind, eu vou em frente apertar "yes" para isso | ||
|
||
00:34.563 --> 00:38.673 | ||
e agora ele quer instalar o próprio Tailwind e eu definitivamente vou apertar "yes" para isso. | ||
|
||
00:39.017 --> 00:44.760 | ||
Assim que isso estiver feito, ele quer generar um arquivo de configuração do Tailwind automaticamente, então apertarei "yes" | ||
|
||
00:45.076 --> 00:49.365 | ||
e agora tudo o que preciso fazer é reiniciar o servidor de desenvolvimento | ||
|
||
00:49.447 --> 00:55.857 | ||
e podemos ver que eu já tenho alguns bons estilos escritos com Tailwind em um dos meus componentes. | ||
|
||
00:56.069 --> 01:02.075 | ||
Me deixe só colocar o cabeçalho em negrito, usando Tailwind. | ||
|
||
01:02.236 --> 01:04.927 | ||
E é isso aí: Tailwind no Astro! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.