Tools for generating and manipulating CSS properties.
Coming soon!
The easiest way to get started with
@typestyled/tools
is to follow along as we go through the examples.
We recommend using Yarn or npm for managing front-end dependencies. If you are new to package managers, the Yarn documentation is a good place to start.
To install @typestyled/tools
with Yarn, run:
yarn init
yarn add @typestyled/tools
To install @typestyled/tools with npm, run:
npm init
npm install --save @typestyled/tools
Both Yarn and npm download packages directly from the npm registry.
We recommend using @typestyled
libraries with TypeScript. TypeScript is
a strict syntatical superset of JavaScript and adds optional static typing
to the JavaScript language, and TypeStyle is a type-safe CSS-in-JS
framework that works nicely with Typestyled libraries.
We recommend using a bundler like webpack or Browserify, so you can write modular code and bundle it together into small packages to optimize load time.
A small @typestyled/tools
example looks like this:
// Coming soon!
- Issue tracker: https://github.com/typestyled/tools/issues
- Source code: https://github.com/typestyled/tools
Copyright © 2017 The Typestyled Authors.
Licensed under the MIT license. See LICENSE.txt in the project root for complete license information.