-
Currently there is no way to style everything _under_ a theme.
Example:
``` SCSS
$theme{
.my-inner-el{
// Sexy Styles
}
}
```
I believe the issue is here, according to Colin Campb…
-
Hello,
I am using the latest Zeal 0.40 and Vscode 1.16.1.
When I am editing in Javascript language, I put the cursor over a keyword, for example var, and press ctrl-h , and this appears in the …
-
Not sure how many people want this. I personally don't need it but looks like someone implemented it in a fork. No longer applies cleanly, and I have no idea if it works well, but if anyone is interes…
-
```
$ sass --version
Sass 3.1.1 (Brainy Betty)
$ ls -la static/
drwxrwxrwx 7 administrator administrator 238 May 23 11:29 .
drwxr-xr-x 22 administrator administrator 748 May 23 11:26 ..
drwxrwx…
-
Are there any ways to program using ES6 modules and compile everything down to one file? I guess you treat ES6 modules as external modules and therefore not doing any bundling.
I have tried using `--…
-
Frst of all congratulations for bringing life in js to Harel's statecharts formalism. I am looking for sources of documentation and examples to understand the scope of the present library.
I alread…
-
It would be nice to have a quote-word operator like Ruby's `%w/foo bar/` and Perl's `qw/foo bar/`, which splits the quoted string on whitespace and returns a list `['foo', 'bar']`. Perl 6 added `` as…
patch updated
6 years ago
-
Install in on windows 7 x64 with npm 3.10.10 and node 6.9.4. In my environment I have to run npm with strict-ssl=false.
Exception is thrown in pre_install.js
Here is the log output.
```
verbo…
-
Instead of being load from my SproutCore project framework directory, the datetime framework is load from the BT SproutCore package.
I guess this is due to the `isWrapperFramework` option.
-
If I add `transitionOut: SC.View.FADE_OUT` to an `SC.MenuPane` and if the menu is close and re-open while the menu is not fully hide yet (because of the animation), the menu cannot be ever open.
Also…