babel plugin macro for filbert-js
npm install @filbert-js/macroA Babel macro for filbert, converts styled.div syntax to styled('div') calls.
npm install --save @filbert-js/macro
``jsx editor=static
import React from 'react';
import { styled } from '@filbert-js/macro';
const Button = styled.button
margin: 0;
padding: 1rem;
font-size: 1rem;
background-color: tomato;;``