-
We have been working on [ISTF](https://github.com/cssinjs/istf-spec) for quite some time. Now it is time to start using it in the core.
Note, that internal data structure and the way JSS works are…
-
At the moment variant images (e.g `sitecore-xm-jss`, `sitecore-xm-sxa-jss`, etc) use multi-stage build approach to decrease the amount of layers. Most of the work is done in a build stage, and the res…
-
## Description
The `getFieldValue` helper method https://github.com/Sitecore/jss/blob/5a75ff9f307f9e78e788b51f84538e78514c9cdc/packages/sitecore-jss/src/layout/utils.ts#L25 is not compatible with the…
-
When I use the API like this:
``` js
var jss = require('jss');
var sheet = jss.createStyleSheet({
'.foo': {
bar: 0
}
});
console.log(sheet.toString());
```
...then my initial expectation was…
-
I'm trying to use isolate with react-jss, but there's no docs. I'm currently trying like this:
```
const useStyles = createUseStyles({
mark: props => ({
isolate: true,
color: [ [ props.hea…
-
_From @rgnevashev on February 26, 2018 17:20_
_Copied from original issue: cssinjs/react-jss#203_
-
__Expected behavior:__
Observables should work without explicitly passing `link: true` as options and should be part of the static stylesheet. And no dynamic stylesheet should be generated when only …
-
Currently we don't prefix selectors like `"&::placeholder"` :
- `::-webkit-input-placeholder`
- `::-moz-placeholder`
- `:-ms-input-placeholder`
- `:-moz-placeholder`
-
I think it was a bad idea, because jss-nested should only handle things which are prefixed by '&', not just any nesting. It is inconsistent now, because @global can also be nested and is handled by js…
-
I am receiving the following when using autopkg to create a .pkg file. Please fix the issue
CodeSignatureVerifier: In subcomponent: /Users/security/Library/AutoPkg/Cache/com.github.crystalllized.js…