0.0.16 • Published 2 years ago

artizan v0.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Artizan

Tiny CSS in JS library focusing on CSS custom properties for theming

import { css } from "artizan";

const buttonStyles = css`
    background-color: red;
    border-radius: 4px;
    cursor: pointer

    &:hover {
      background-color: aqua;
    }
  `;

return <button className={buttonStyles}>A button</button>;
0.0.16

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago