Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

doesn't add prefix to sibling selectors #6

Open
kalinichenko opened this issue Jan 12, 2016 · 1 comment
Open

doesn't add prefix to sibling selectors #6

kalinichenko opened this issue Jan 12, 2016 · 1 comment

Comments

@kalinichenko
Copy link

added prefix to the whole file. got a result like
.sb-passengers .sb-field + .list {...}

@totora0155
Copy link
Collaborator

Hi! @kalinichenko.

Perhaps...

@prefix sp;

.passengers .field + .list {}

.field {}
.list {}

this result like

.sp-passengers .sp-field + .sp-list {}

.sp-field {}
.sp-list {}

Why to written as .field and .list?
So I don't want to the following.

@prefix namespace;
.box .icon-xxx {}

/*
.namespae-box .namespace-icon-xxx {}
*/

Because I am far from good at English, I am sorry if I could not tell you what I wanted to do well.:sweat:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants