This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
goofy-goober
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Export goober CSS-in-JS utils
Export the setup and extractCss functions for setup in frameworks.
master
TheoryOfNekomata
1 year ago
parent
d796ab2844
commit
17c4e562c1
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/index.ts
+ 1
- 0
src/index.ts
View File
@@ -141,3 +141,4 @@ _css.media = cssMedia;
_css.cx = cssCompile;
_css.cx = cssCompile;
export const css = _css as Css;
export const css = _css as Css;
export { setup, extractCss } from 'goober';
Write
Preview
Loading…
Cancel
Save