Skip to content

Suggest include output of SCSS - end of article. #10

Open
@pepfreetest

Description

@pepfreetest

After suggested Sass nesting, perhaps demonstrate the result. For example:

If you were to Sass this up you’d write it as:

.header{}
.site-nav{
li{}
a{}
}

This would output the following vanilla css, with correct selector specificity:

.header{}
.site-nav li{}
.site-nav a{}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions