8000 Please add support for apply rule · Issue #16 · csstools/postcss-nesting · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
Please add support for apply rule #16
Closed
@JosefJezek

Description

@JosefJezek

Could you add support for apply rule, check out this links?

.Navigation {
@nest &--menu {
    --paper-menu-selected-item: {
      color: var(--accent-color);
    };
  }
}

This plugin remove semicolon on end of custom property set... :-(

.Navigation--menu {
    --paper-menu-selected-item: {
      color: var(--accent-color);
    }
  }

------------^

Check out the PSK+
https://github.com/StartPolymer/polymer-starter-kit-plus

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0