Skip to content

Some CSS is off standard #53

@yaitskov

Description

@yaitskov

Hi,

I write a CSS parser and use orbit in my test set.
I noticed a few strange snippets.

Here must be some SASS variable not interpolated

node_modules/hiq/css/utility/controls.css

/* makes an element resizable */
@define-mixin is-resizable $direction {
  overflow: auto;
  resize: $direction;
}

Outer arithmetic operators are not wrapped into calc nor embraced:

node_modules/@zumer/orbit/dist/orbit.css

.orbit, [class*=orbit-] {
  container-name: orbit;
  --o-base-diameter: (var(--o-initial-orbit, 0) + var(--o-orbit-number)) * (var(--o-force) * var(--o-force-ratio)) / (12 + var

Version:

    "@zumer/orbit": "^1.4.8",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions