presenta-software / presenta-module-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 76.0%Language:HTML 24.0%