Skip to content

Wrong check in the CSS Generation function #423

@Sotiris-k

Description

@Sotiris-k

if ( $this->settings['lang'] != 'css' || $this->settings['lang'] != 'scss' ) {

I believe this should change to

if ( $this->settings['lang'] != 'css' && $this->settings['lang'] != 'scss' ) {

if we want the function to work.

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