summaryrefslogtreecommitdiff
path: root/testsuite/reftests/reset-to-defaults.css
blob: 7af3e7f28f89338443739e2b63cdd950eeb05415 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* @import this colorsheet to get the default values for every property.
 * This is useful when writing special CSS tests that should not be
 * inluenced by themes - not even the default ones.
 * Keep in mind that the output will be very ugly and not look like
 * anything GTK.
 * Also, when adding new style properties, please add them here.
 */

* {
  all: unset;
}