### Access All CSS Properties Source: https://github.com/known-css/known-css-properties/blob/master/README.md This snippet demonstrates how to import the 'known-css-properties' library and access the 'all' property, which contains a list of all known CSS properties. ```javascript const properties = require('known-css-properties').all; ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.