Browse Source

Export goober CSS-in-JS utils

Export the setup and extractCss functions for setup in frameworks.
master
TheoryOfNekomata 1 year ago
parent
commit
17c4e562c1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/index.ts

+ 1
- 0
src/index.ts View File

@@ -141,3 +141,4 @@ _css.media = cssMedia;
_css.cx = cssCompile;

export const css = _css as Css;
export { setup, extractCss } from 'goober';

Loading…
Cancel
Save