creativetimofficial / material-kit

Free and Open Source UI Kit for Bootstrap 5, React, Vue.js, React Native and Sketch based on Google's Material Design
https://www.creative-tim.com/product/material-kit?ref=mk-creativetimofficial-github
MIT License
5.91k stars 1.35k forks source link

Mixins may not be defined within control directives or other mixins. #115

Closed djallits closed 6 years ago

djallits commented 6 years ago

material-kit v2.0.2 node-sass v4.8.3 libsass v3.5.2

Module build failed: 
    @mixin badges-color($color){
          ^
      Mixins may not be defined within control directives or other mixins.
      in {{ REDACTED }}/node_modules/material-kit/assets/scss/core/mixins/_utilities.scss (line 53, column 12)

 @ ./resources/assets/sass/app.scss 4:14-266
 @ multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss

Seems related: creativetimofficial/now-ui-dashboard-pro-react#4

slgtmko commented 6 years ago

Same issue here unfortunately.

dragosct commented 6 years ago

Hi! Do you use the free version of the product, right? Regards, Dragos

djallits commented 6 years ago

So I can verify, is there an attribute that differentiates between the two? However, if I were to guess, I would say yes.

slgtmko commented 6 years ago

Hi Dragos,

I do use the free version of the product, would this be the reason why it doesn't work properly?

dragosct commented 6 years ago

Hi, @djallits! You just downloaded the product, you don't buy it, right? This is the main attribute to make the difference between the free and pro:D. We will make an update to the free version for the scss to fix this problem. Regards, Dragos

dragosct commented 6 years ago

Hi, @slavkobojanic! Thank you for using our product. Like I said above we will make an update for the free version to fix this problem. Regards, Dragos

bitsapien commented 6 years ago

Hi @dragosct10. I'm looking to do a proof-of-concept using your UI kit for my team, so we can take a decision on buying the license. I'm using it on Rails, and this is the exact issue because of which I am unable to integrate it on my website. By when should I be expecting this fix ?

dragosct commented 6 years ago

Hi, @bitsapien! By the end of this week, we want to update the product. Regards, Dragos

bitsapien commented 6 years ago

Any progress on this ?

dragosct commented 6 years ago

Hi! Sorry for the late response. Please download the latest version of the product now. Regards, Dragos

rpslive commented 6 years ago

@dragosct10 when will this version be available on npm?

dragosct commented 6 years ago

Hi, @rpslive! Thank you for using our product. In the next period I don't exactly one month or two we will be available the product with npm. Regards, Dragos

sepehr commented 6 years ago

Just install the latest from master:

npm install creativetimofficial/material-kit

Or lock to a commit:

npm install "creativetimofficial/material-kit#0181697"

Also works with yarn.