Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Doesn't work with a scss file of just variables? #84

@mzhukovs

Description

@mzhukovs

If I create a simple file to hold my color variables, let's say:

variables.scss

$color-vue-green: #42b883;
$color-vue-navy: #35495e;

The output is empty,
variables.scss.d.ts

export interface IVariablesScss {

}

export const locals: IVariablesScss;

Whereas I was hoping for it to include:

export interface IVariablesScss {
     colorVueGreen: string;
     colorVueNavy: string;
}

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