Using CSS Reset Packages

There are many popular CSS Reset packages such as Baseline or Blueprint.


Flux supports these types of packages, but sometimes, when, for example, you are dragging a margin or padding to a new value, Flux will change the 'CSS reset' value, and not the value in a different stylesheet.

This is probably undesirable, to disable these implied changes to certain stylesheets, just add a simple attribute to the link in your HEAD element.

<link flux:noimpliedchanges="1" href="baseline.0.5.3/css/uncompressed/baseline.reset.css" rel="stylesheet" media="screen" type="text/css">

This feature can also be used by using the 'Toggle Lock' (Command-L) function after selecting the stylesheet you want to lock in the Style Navigator.