Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Multiple selectors override each other.  #11

@itzikbenh

Description

@itzikbenh

First, thank you for creating this great package. I come from bootstrap where there's no such thing as gutters :)

Not sure if this is intentional or not, but I can't use multiple selectors.

//company-information overrides create-login. 
.create-login, .company-information {
	gg: columns(1/2 1/2)  gutters(100px, 10px);
}

//An example of the compiled code
#register .create-login, #register .company-information > *:nth-child(n + 3) {
	margin-top: 10px; 
}

If I separate them then it will work just fine.
Just wanted to make sure it's okay.

Sorry if this is something obvious that I missed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions