Skip to content

@layer support needs to be added #91

Closed
@jogibear9988

Description

@jogibear9988

Expected Behaviour

@layer rules should be parsed

Actual Behaviour

they are not parsed, see also: reworkcss#165

Reproduce Scenario (including but not limited to)

var css = require('css');
var obj = css.parse("@layer mylayer {.card {--content-box-flex-grow: 1; display: flex; flex-direction: column; position: relative; width: 100%;} }");
css.stringify(obj);

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