cssobj-core
v1.1.9
Published
Generate Virtual CSS middle format, support for all cssobj functions and plugins.
Maintainers
Readme
CSSOBJ-CORE 
Generate Virtual CSS middle format, support for all cssobj functions and plugins.
Notice The core API is different than cssobj
API
cssobj_core (config?: object) -> cssobj_factory_function
The config param is almost the same as cssobj, but without local and cssom
The config param has 2 props: plugins, state, the 2 are same as cssobj
cssobj_factory_function (obj?: object, state?: any) -> cssobj_result: object
All the things of cssobj_factory_function same as cssobj
cssobj_result
The cssobj_result almost same as cssobj, but don't have below
(below added by cssobj-plugin-localize in cssobj)
spacelocalNamesmapClassmapSelcssdom
(below added by plugin-cssom in cssobj)
cssdom
