@presenta/module-css
v1.0.1
Published
This module adds raw CSS capability to PRESENTA Blocks.
Downloads
5
Readme
PRESENTA CSS Module
This module adds raw CSS capability to PRESENTA Blocks.
Installation
Please read the installation istructions for official plugins here using this unique identifier: module-starter
Usage
To configure this module use this setting:
{
modules:{
css:'p{color:blue;}'
}
}
Development
Run the watcher:
npm start
and the local webserver
npm run test