iliojunior / vuetify-credit-card

Vue.js component for card https://github.com/jessepollak/card
14 stars 9 forks source link

Syntax error #5

Closed Hamdan85 closed 5 years ago

Hamdan85 commented 5 years ago

ERROR Failed to compile with 1 errors

error in ./node_modules/vuetify-credit-card/src/components/Card.vue?vue&type=style&index=0&lang=stylus&

Syntax Error: SyntaxError

(24:8) Unknown word

22 | shape() 23 | linear-gradient($highlight-color, lighten($highlight-color, 20%), $highlight-color)

24 | height: $size | ^ 25 | width: $size 26 | border-radius: ($size / 2)

JChiquin commented 5 years ago
error  in ./node_modules/vuetify-credit-card/src/components/Card.vue?vue&type=style&index=0&lang=stylus&

Syntax Error: SyntaxError

(142:3) Unknown word

  140 |   display: block;
  141 | #ff8533
> 142 |   height: 50px;
      |   ^
  143 |   width: 50px;
  144 |   border-radius: 25px;
KaziSadmanAhmed commented 5 years ago

Fixed. Please update to the latest release.