Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Translate faq/css-flash
Browse files Browse the repository at this point in the history
  • Loading branch information
rspt committed Apr 24, 2017
1 parent e5ce926 commit adb9545
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fr/faq/css-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: CSS Flash
description: Pourquoi un flash CSS apparaît avec Nuxt.js?
---

# Pourquoi un flash CSS apparaît?

![cssflash](/flash_css.gif)

C'est parce qu'en **mode développement** le CSS se trouve dans le JavaScript afin de permettre le hot-reloading via Webpack.

Ne vous inquiétez pas; en mode de production le CSS est séparé et placé dans l'en-tête afin que ce "flash" n'apparaisse plus.

0 comments on commit adb9545

Please sign in to comment.