Skip to content

change "variable" to "name" - #31

Closed
saycheeseter wants to merge 1 commit into
plentycode:masterfrom
saycheeseter:master
Closed

change "variable" to "name"#31
saycheeseter wants to merge 1 commit into
plentycode:masterfrom
saycheeseter:master

Conversation

@saycheeseter

Copy link
Copy Markdown

No description provided.

@civan civan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, thanks for this changes, looking great, can you take a look at my comments?

Comment thread README.md

### Map support
In case you wanted your sass Maps variable to be an array we included te **mapValue** property for variables identified as maps.
In case you wanted your sass Maps name to be an array we included te **mapValue** property for variables identified as maps.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you should change 'variable' here.

Comment thread src/app/parser/parser.ts
let map = this.extractMapDeclarations(parsed.value);

// in case the variable is a sass map
// in case the name is a sass map

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also this 'variable' should not change

Comment thread src/app/parser/parser.ts
let map = this.extractMapDeclarations(parsed.value);

// in case the variable is a sass map
// in case the name is a sass map

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'variable' should not change

Comment thread test/scss/_variables.scss
$second-variable: red;
$global-variable: #123; // inline comment here
$references: $second-variable;
$second-name: red;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'variable' here should not change in this file

@civan civan mentioned this pull request Oct 25, 2017
4 tasks

@civan civan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey there, can you also update this request against master?

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants