Skip to content

Quotes in generated CSS/SCSS might not be compatible with Linters #326

@AlaaSarhan

Description

@AlaaSarhan

Currently:

  • The generated css/scss files use double quotes.
  • The generated css/scss uses single colon for :before.

Based on linter configurations, these cases might be considered errors or warnings.

Suggestion is to add the following two options to the compile command:

  • single-quotes: uses single quotes instead of double quotes in css/scss files.
  • css3: output CSS3 compliant css/scss stylesheets.

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