NebulaUI / nebula-components

💫 Building on top of Nebula CSS a series of common components
http://rbrtsmith.com/nebula
MIT License
6 stars 0 forks source link

Mixins may not be defined within control directives or other mixins ? #51

Open REPTILEHAUS opened 5 years ago

REPTILEHAUS commented 5 years ago

trying to build this demo and keep hitting this issue

Module build failed: 
  @mixin pill-theme($bg: $nb-color-white, $txt: $nb-color-base-text) {
        ^
      Mixins may not be defined within control directives or other mixins.
      in /home/user/Development/user/nebula-components/nebula-components/components/_pills.scss (line 2, column 10)
 @ ./src/scss/main.scss 4:14-189
 @ ./src/index.jsx
REPTILEHAUS commented 5 years ago

and also ```ERROR in ./node_modules/css-loader!./node_modules/postcss-loader/lib??ref--2-2!./node_modules/sass-loader/lib/loader.js??ref--2-3!./src/scss/main.scss Module build failed: @function getLineHeight() {