-
Hi there
After installation I removed the plugin, but now sublime is keep in re-indenting my sass files.
Any ideas please?
dompl updated
7 years ago
-
Branch here https://github.com/Igosuki/compass-mixins/tree/compass_latest
- [x] Migrate files from compass-core
- [x] Generate sass vars from caniuse json
- [ ] Implement stubs
- [ ] browser-ranges…
-
> Clearly describe the bug
The sass loops inside of **VUE** files cause linter to crash
> Which rule, if any, is the bug related to?
not related to any rule
> What CSS is needed to rep…
-
**Is your feature request related to a problem? Please describe.**
I develop spring boot with thymeleaf engine using VSCode+Redhat Java. in thymeleaf has new element blocks like `` (https://stackove…
-
## CVE-2018-20822 - Medium Severity Vulnerability
Vulnerable Library - node-sassv4.13.1
:rainbow: Node.js bindings to libsass
Library home page: https://github.com/sass/node-sass.git
Found in base…
-
Got this tip from @morhaus:
``` javascript
sass.renderSync({
data: '$foo: getVar("foo")',
functions: {
'getVar($varname)': function(varname) {
var varname = varname.getValue();
re…
-
We have a number of entry files A.scss and B.scss both A + B make use of a mixin called 'sass-mq' for handling breakpoints. When compiling through webpack and including this plugin the 2nd entry (B) f…
-
I've started using `concurrently` quite heavily.
For example, I might have `tsc`, `webpack` and `node-sass` all running with `--watch` during development.
I started noticing weird behavior, incl…
-
It would be nice if there were individual CSS files for each variation of the font. This would follow a similar pattern provided by SASS.
-
Currently in Visual Studio 2022 there's no way to execute debug tasks/scripts when testing an ASP.NET Core app locally.
It would be beneficial to be able to launch external tools/scripts/watchers _…