winjs/winstrap

Error - can't compile (The selector ".text-base" was not found)

Closed this issue · 2 comments

Hi guys.

I clone the project, try to compile and i can't. I run a simple command: "grunt". The error:

C:\wamp2\www\winstrap>grunt
Running "clean:all" (clean) task
>> 0 paths cleaned.

Running "sass:dist" (sass) task
>> ".winstrap .side-navigation.side-navigation-large ul li .active" failed to @e
xtend ".text-base".
>> The selector ".text-base" was not found.
>> Use "@extend .text-base !optional" if the extend should be able to fail.
>>   Line 77  Column 21  src\scss\win\_side-navigation.scss
Warning:  Use --force to continue.

Aborted due to warnings.

I searched the definition of ".text-base" in the project and i did not succeed.

Any news?

@alejoasotelo .text-base was removed some time ago. I'm not sure why it's still used here. And looks like the error only appears when you get a new clone of the project. Anyway, I've removed the line that references it and pushed the fix. You should not get the error anymore if you pull latest. Thanks!