Tutorial: raw css

raw css

the stylish.raw function can be used adding css directly to stylesheet:

stylish.raw(`
  body {
    color: red;
  }
`);