-
I am having problems with the watcher. The gulp seems to be working when I load container. But watch is not working, the css is not recompiled after the changes are made to scss file. The files are pi…
-
Input:
_mixins.scss:
```
/*
Mixins
SCSS mixins
Styleguide 2
*/
```
_blocks.scss:
```
/*
Blocks
Styleguide 21
*/
```
_modules.scss:
```
/*
Modules
SMACSS/SMURF style modules.
Styleguide 22
*…
-
* #377
* ~~Switch to inline SVG flags for fewer HTTP requests~~
* Some flags are somewhat large (>100kb) so better to allow browser to cache and re-display as filters are applied.
* [ ] Test with…
-
Branch: [feature/ExtJS-5.1.1](https://github.com/Edirom/Edirom-Online/tree/feature/ExtJS-5.1.1)
ExtJS 4.2.0 documentation: https://cdn.sencha.com/ext/gpl/4.2.1/docs/#!/api
ExtJS 5.1.1 documenation…
-
## Type of Issue
```
[x] Bug Report
[ ] Feature Request
```
## Description
when trying to import bootstrap mixins @import "~bootstrap/scss/mixins"; it throw the following error ERROR: Can'…
-
Our current `scss` file and folder architecture is a bit unclear. We have a `_variables.scss` file on the same level as the components. There's also a `_mixins.scss` file which includes the mixins in …
-
### Current Behavior
The Sass project announced the deprecation of the `@import` rule and the global built-in functions in their [v1.80.0](https://github.com/sass/dart-sass/releases/tag/1.80.0) relea…
-
I was using nuxt2 + @nuxtjs/style-resources + @nuxtjs/stylelint-module in my previous projects. It was working fine in my previous projects. I decided to switch to nuxt3, I'm using nuxt3 + @nuxtjs/sty…
-
Has this been discussed before?
I couldn't find an issue, but I can't imagine other people not needing this.
phifa updated
4 years ago
-
Hello,
is it possible to include a global .scss file (with variables and mixins) and use the variables/mixins in a styles.module.scss file?