CSSStyle
Usage
Setup
const Nodebook = require('nodejs-notebook');
let styles = new Nodebook.CSSNotebook('styles');
let imageFooter = styles.create('class', 'image-footer');Properties
imageFooter.type; // Type of style bracket (class, id, or element)
imageFooter.prefix; // Prefix used in the style bracket ("." for classes, "#' for IDs and "" for elements)
imageFooter.name; // Style Bracket name
imageFooter.file.name; // File Name
imageFooter.file.type; // File Type (css)Last updated