-
Input:
``` css
a {
b {
margin-top: 2rem;
}
}
```
Output:
``` css
a {
margin-top: 32px;
b {
margin-top: 2rem;
}
}
```
/cc @MoOx because this plugin is in cssnext
-
I love the design and concept behind Inferno -- it fascinates me and I'm just raring to switch from React. But before we get there, there are a few things Inferno needs to address. I'm a bit busy righ…
alkhe updated
9 years ago
-
If one **deactivates electrons** in `componentsConfig.param`, the `PluginController.hpp` causes PIConGPU to **not compile** even if `gasNone` is selected.
This is due to 4 plugins:
e.g. `HeikoPartic…
-
`Error: version not found: broccoli-filter@0.0.1`
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Trunk
Please provide…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Trunk
Please provide …
-
The following is `iinit` built on Mac OS X from current **master**, with some function addresses printed out for debugging. Similar happens with 4.0.3.
```
$ iinit
In iinit.cpp: MD5Init (0x106b09470…
-
Hi
I am trying to do "npm install" and it is giving me lot of errors. Could some please help me.
```
[root@vagrant-centos65 ambari-web]# npm install
npm WARN package.json Ambari@1.7.0 No README data
…
-
This initially happened after upgrade, because the AWSPrefab had become invalidated so was on the scene just as "Missing". But after running `new CognitoAWSCredentials(IdentityPoolId, RegionEndpoint.…
-
If i replace WebLoader with my own loader, precompiled templates are not available.
Usage of precompiled templates does not mean than I want to use WebLoader.
For example, i can have my templates in …