Developing Solid

July 14, 2017 ยท View on GitHub

Deprecating Code

To deprecate SCSS, move the old classes to the very bottom of the SCSS file. Use this comment to indicate when the deprecated SCSS will be removed:

// @TODO remove in version X
// -------------------------
.deprecated-class {
    color: #000;
}