“special properties” topics
reSTYLE allows you to author very expressive patterns, but has one major limitation: it doesn’t allow logic. This is starkly different from Sass’ mixins,…When you create a UI pattern with reSTYLE, you usually start with a set of default styles.When creating UI patterns in reSTYLE, you might have a need to distinguish between multiple keys with the same name.Now that you’ve gotten the hang of defining UI patterns, let’s jump into some of the more advanced features of working with a pattern definition. In this…We all know how powerful Sass $variables are and how much they’ve changed the world of CSS.State definitions allow you to express unique variations of UI patterns based on the element’s current status. Examples of states include hover, focus,…