Sass Lesson CodeSass Lesson code. Apr 23, 2023 • 1 min read jupyter Week 30 Example of an operator: Concatenation <p id="testing">original text and</p> Sass: #testing:after{ content: " some" + " more" + " text"; }