0.10.1 • Published 4 years ago

@improv/css v0.10.1

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

@improv/css

SizeBadge SizeBadge SizeBadge

Tiny CSS string parsing utilities.

Try it on codesandbox.io.

Getting Started

import { useStyle } from "@improv/react";
import { css } from "@improv/css";

export function MyComponent(): JSX.Element {
  const className = useStyle(css`
    color: black;
    :hover {
      text-decoration: underline;
    }
  `);

  return <div className={className}>Hello, world!</div>;
}

API

Tagged Templates

  • css
    • Returns a style object parsed from the template style text, which can be passed to any Improv style function (e.g. useStyle()).
    • If you are using VSCode, you can enable highlighting and linting by installing the vscode-styled-components plugin.

Utilities

  • getStyle(styleText)
    • Returns a style object parsed from raw Improv (SCSS-like) style text, which can be passed to any Improv style function (e.g. useStyle()).
0.10.1

4 years ago

0.10.0

4 years ago

0.9.18

4 years ago

0.9.17

4 years ago

0.9.12

4 years ago

0.9.13

4 years ago

0.9.6-next.0

4 years ago

0.9.14

4 years ago

0.9.15

4 years ago

0.9.10

4 years ago

0.9.11

4 years ago

0.9.16

4 years ago

0.9.6-alpha.0

4 years ago

0.9.8

4 years ago

0.9.7

4 years ago

0.9.9

4 years ago

0.9.4

4 years ago

0.9.5

4 years ago

0.9.7-alpha.2

4 years ago

0.9.7-alpha.1

4 years ago

0.9.7-alpha.0

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.0

4 years ago

0.9.1

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.5

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.3.9-next.0

4 years ago

0.4.0

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.2.8-next.4

4 years ago

0.2.8-next.3

4 years ago

0.3.1

4 years ago

0.2.8-test.1

4 years ago

0.2.8-test.0

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago