-
I'm getting:
```
{ [Error: bower_components/compass-mixins/lib/compass/functions/_lists.scss
34:12 index out of bounds for `nth($list, $n)`]
message: 'bower_components/compass-mixins/lib/compass…
-
A common pattern for Sass projects is to have on .scss which includes a number of partials. See screenshot for an example where app.scss is being used as an aggregation of other .scss files. The advan…
-
## What should happen?
`npm build` should build the project
...
## What happens instead?
`SassError: Invalid null operation: "null times 0.5".`
`$margin: rem-calc(-zf-get-bp-val($gutters, $-z…
-
When I import "@material/ripple/mixins" in home.scss I get this error below
ERROR in ./home.scss
Module build failed:
@forward "@material/animation" as mdc-animation-*;
^
Ca…
-
I have tried to pull in Bulma mixins like this:
styleResources: {
scss: [
'~/assets/styles/_bulma_variables.scss', // this works
'~/assets/styles/_variables.scss', // this works
'~/…
-
When I try to compile with
`sass main.scss theme.css`
I get this error:
`Error: expected selector.
╷
173 │ 20%:before,
│ ^
╵
..\base\_mixins.scss 173:3 loopingProgre…
-
I've tried to use one scss-lib https://github.com/franzheidl/bemify So, I have one file with all mixins from that lib. I Use mixin of block creating in each file of the block
``` scss
@include block…
-
I am officially putting on my calendar to start in the next couple weeks on building out FlipClock into a proper SASS structure. I wanted to outline my plans and thoughts here and get some preliminary…
-
There are a handful of utility mixins sometimes serving "interesting" prefixed rules:
https://github.com/mozilla/protocol/blob/12419244bf58ae0237edf062983c2852b56741e3/assets/sass/protocol/includes…
-
Hi, how can we use bootstrap mixins in component styles; folder /src/components/SurveyForm/SurveyForm.scss . It don't inherit the mixins from bootstrap. Some of these mixins are: http://www.sitepoint…