summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/tubalmartin/cssmin/tests/fixtures/important.css
blob: 94c1eeb382d43336a797e226e81dbabb5ecdee63 (plain) (blame)
1
2
3
4
5
6
/* Why do we keep a space before !important? Some agents display issues without it. See https://github.com/yui/yuicompressor/issues/37 */
a{
	height: 100px !important;
      text-shadow: 0 0 0 ! important;
        width: 20%  !important;
}