UNPKG

react-style-editor

Version:

A React component that displays and edits CSS, similar to the browser's DevTools.

9 lines (8 loc) 276 B
export const RULE = 'rule'; export const ATRULE = 'atrule'; export const DECLARATION = 'declaration'; export const COMMENT = 'comment'; export const SLASH_SUBSTITUTE = '!'; export const AFTER_BEGIN = 'afterBegin'; export const BEFORE = 'before'; export const AFTER = 'after';