Skip to content

Operator issue #38

Description

@mattdalmau

Hi -

In _pure-drawer-global.scss I had to modify the following for it to compile

.pure-toggle-label[data-toggle-label='right'] {
	right: 56 / 2 + px;
	left: auto;
}

to

.pure-toggle-label[data-toggle-label='right'] {
	right: (56 / 2) + px;
	left: auto;
}

--Matt

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