All Projects → typestyle → css-to-typestyle

typestyle / css-to-typestyle

Licence: other
Convert raw CSS to TypeStyle

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to css-to-typestyle

o2d3m
Wavefront OBJ to Doom3 map converter.
Stars: ✭ 15 (+25%)
Mutual labels:  converter
to-json-schema
Converts JS objects to JSON Schema
Stars: ✭ 83 (+591.67%)
Mutual labels:  converter
Wallpaper-Engine-Pkg-to-Zip
Simple program to convert the wallpaper engine pkg files to zip and back!
Stars: ✭ 57 (+375%)
Mutual labels:  converter
LC2KiCad
A C++ utility that converts EasyEDA (LCEDA) file to KiCad 5 Documents.
Stars: ✭ 103 (+758.33%)
Mutual labels:  converter
i7n-pdfhtml
pdfHTML is an iText 7 add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 111 (+825%)
Mutual labels:  converter
cvscan
Your not so typical resume parser
Stars: ✭ 46 (+283.33%)
Mutual labels:  converter
tyson
A TypeScript serialization/deserialization library to convert objects to/from JSON
Stars: ✭ 25 (+108.33%)
Mutual labels:  converter
crimson
Bioinformatics tool outputs converter to JSON or YAML
Stars: ✭ 30 (+150%)
Mutual labels:  converter
jsons2xsd
Highly configurable converter from JSON-schema to XML-schema (XSD).
Stars: ✭ 65 (+441.67%)
Mutual labels:  converter
it-tools
Aggregated set of useful tools that every developer may need once in a while.
Stars: ✭ 222 (+1750%)
Mutual labels:  converter
rtf-html-php
RTF to HTML converter in PHP
Stars: ✭ 88 (+633.33%)
Mutual labels:  converter
osx-callhistory-decryptor
macOS (incl big sur) call history decryptor/converter to CSV format.
Stars: ✭ 19 (+58.33%)
Mutual labels:  converter
csv2keepassxml
Convert CSV files into KeePass 2 XML files.
Stars: ✭ 31 (+158.33%)
Mutual labels:  converter
svg2ass
Svg2ass - convert SVG vector graphics to ASS subtitle draw instructions.
Stars: ✭ 22 (+83.33%)
Mutual labels:  converter
recode-converter
A modern & simple audio converter for video files
Stars: ✭ 22 (+83.33%)
Mutual labels:  converter
Create-EXEFromPS1
Takes one PowerShell script and any number of supplementary files or even a directory and creates an exe using Windows's built in iexpress program. The exe will run on any machine with PowerShell 2.0+.
Stars: ✭ 81 (+575%)
Mutual labels:  converter
avro-to-typescript
Compile Apache Avro schema files to TypeScript classes
Stars: ✭ 31 (+158.33%)
Mutual labels:  converter
nodejs-eol-converter-cli
Newline (EOL) coverter CLI for NodeJs. CRLF -> LF or backwards conversion.
Stars: ✭ 33 (+175%)
Mutual labels:  converter
docx-you-want
An unusual PDF-to-DOCX converter.
Stars: ✭ 40 (+233.33%)
Mutual labels:  converter
xml-avro
Convert XSD -> AVSC and XML -> AVRO
Stars: ✭ 32 (+166.67%)
Mutual labels:  converter

CSS to TypeStyle converter

Convert your raw CSS to TypeScript

npm version Build Status Downloads

Why build this?

CSS comes from all kinds of sources. Rather than sticking css in cssRaw in TypeStyle, why not convert it to TypeStyle?

How to use it

import { convertCss } from 'css-to-typestyle';

convertCss('.redClass{ color: red }')
  .then((typestyleSource) => {
    // write out to file
  });
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].