1.0.1 • Published 2 years ago

@presenta/module-css v1.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 years ago

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