-
thanks for this great tool.
my files are locates in the root/assets folder where I have a folder called fonts (root/assets/fonts)
In my sass file, I am loading the font
```
@font-face {
...
s…
ghost updated
4 years ago
-
My SCSS source base has a single file entry point (call it `main.scss`) that includes a number of other files to create a single output (`style.css`). These other files won't compile on their own.
…
-
Installed on 2.6.5, I linked either sass or scss files but can't find the processed file.
-
After upgrading on a fresh install of ignition i've noticed strange resizing issues with the sidebar in the page/post editor - where the sidebar when visible, causes the editor area to reduce in size …
-
Since the fix of issue #70, only static files are being excluded using `exclude_from_localizations`.
Files that include a front matter, which are treated by Jekyll as a page are not being excluded, t…
-
## CVE-2018-11698 - Medium Severity Vulnerability
Vulnerable Library - libsass3.5.2
A C/C++ implementation of a Sass compiler
Library home page: https://api.github.com/repos/sass/libsass
Found in H…
-
I saw some issues with dynamically created placeholder and it seems the issue is not resolved.
It compiles ok and runs ok as well.
Files:
`_config.scss:`
```scss
$font-families: (
base: (
…
-
As a developer I would like to be asked to use `sass` as css preprocesor. So that whenever I run `ng2gen component` or `ng2gen route` it should generate `scss` files instead `css` files.
-
The organization of the `test` folder leaves something to be desired.
https://github.com/chriseppstein/compass/tree/stable/test/fixtures/stylesheets/compass/sass
- `box-sizeing.scss` is misspelled
- s…
-
I'm using this plugin to take a set of colours defined in JS and generate a Sass file with them.
It would be great if that file was created at the beginning of the build process so it can be import…