Download Latest Version cssRule interpolation and deduping.zip (42.6 kB)
Email in envelope

Get an email when there's a new version of TypeStyle

Home / v0.7.0
Name Modified Size InfoDownloads / Week
Parent folder
Move output to _lib_.tar.gz 2016-11-13 41.0 kB
Move output to _lib_.zip 2016-11-13 54.3 kB
README.md 2016-11-13 491 Bytes
Totals: 3 Items   95.8 kB 0
  • Instead of import * as csx from 'typestyle/csx' you now need to do import * as csx from 'typestyle/lib/csx' this is because previously we made you recompile csx and now we ship the compiled .js files

Key reasons for doing this change: - work with ts-loader - preserves outDir option for nodejs users - The definition .d.ts files are picked up by the ts compiler instead of .ts and so you can use the strictest TypeScript features without having to also recompile our code.

Source: README.md, updated 2016-11-13