@ArthurClemens the next docs already have more about at-rules actually:
All standard CSS at-rules are available out of the box, most importantly:
@media
and@supports
, which can be nested anywhere in the sheet, SASS-style.@keyframes
@font-face
position: fixed
...
.mjs
, this combination works for both.
module
should have pointed to main.js
that only exports the public function, the other exports in plugin.js
are meant for testing IIRC
mjs
mandatory for modules with Webpack 4?
import { prefixPlugin } from "j2c-plugin-prefix-browser/dist/j2c-plugin-prefix-browser.commonjs”;