.test { color: $black; content: 'hello'; content: "hello"; content: "'hello'"; .nested-child { content: 'hello'; content: "hello"; content: "'hello'"; } }