{"id":203111,"date":"2015-06-04T08:38:47","date_gmt":"2015-06-04T15:38:47","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=203111"},"modified":"2018-09-06T06:30:20","modified_gmt":"2018-09-06T13:30:20","slug":"all","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/a\/all\/","title":{"rendered":"all"},"content":{"rendered":"

The all<\/code> property in CSS resets all of the selected element’s properties, except the direction<\/a><\/code> and unicode-bidi<\/a><\/code> properties that control text direction.<\/p>\n

.module {\r\n  all: unset;\r\n}<\/code><\/pre>\n

The point of it is allowing for component-level resetting of styles. Sometimes it’s far easier to start from scratch with styling rather than fight against everything that is already there.<\/p>\n

Values<\/h3>\n