Skip to content
#

critical-css

Here are 52 public repositories matching this topic...

richiksc
richiksc commented Apr 9, 2019

I'm using Critters in my webpack project with the following configuration:

new Critters({
  mergeStylesheets: true,
  inlineFonts: true,
})

I'm using this in combination with MiniCssExtractPlugin. When I add Critters to the plugin list (after MiniCssExtractPlugin and HtmlWebpackPlugin), critters seems to remove the content of media queries - the output still has the media querie

wildhaber
wildhaber commented Sep 19, 2017

Description

When developing on a responsive website there are some elements that has to be cloned and used doubled - for example a navigation for the burger-style-menu on mobile and the mega-menu on a large screen.

Instead of loading both at once, what, if it would be possible to load a module only when a certain viewport width/height is valid, like:

import { ModuleSigna

Improve this page

Add a description, image, and links to the critical-css topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the critical-css topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.