cssobj-core

1.1.9 • Public • Published

CSSOBJ-CORE Join the chat at https://gitter.im/css-in-js/cssobj

Build Status Coverage Status dependencies Status bitHound Overall Score

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)

  • space

  • localNames

  • mapClass

  • mapSel

  • cssdom

(below added by plugin-cssom in cssobj)

  • cssdom

Package Sidebar

Install

npm i cssobj-core

Weekly Downloads

4

Version

1.1.9

License

MIT

Unpacked Size

88.8 kB

Total Files

10

Last publish

Collaborators

  • cssobj