coffee-stylesheets
Compiler
A compiler for CoffeeScript that transpiles to CSS3 stylesheets, eliminating the need for separate templating engines and template files.
Transpiler similar to SASS/SCSS/LESS/Stylus, except its 100% CoffeeScript!
26 stars
4 watching
2 forks
Language: CoffeeScript
last commit: almost 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mikesmullin/coffee-templates | A minimalist template engine for CoffeeScript and JavaScript | 48 |
michaelficarra/coffeescriptredux | A CoffeeScript compiler rewritten with design principles focusing on robustness and extensibility. | 1,841 |
mrluc/macros.coffee | Provides a Lisp-style macro system for CoffeeScript | 37 |
trevorburnham/jitter | A utility for continuously compiling CoffeeScript to JavaScript | 156 |
michaelblume/coffeestream | Re-implements the stream.js functionality in CoffeeScript, providing a basic observable stream implementation. | 22 |
thysultan/stylis | A CSS preprocessor library that enables writing compact and maintainable stylesheets by compiling them into more readable and efficient code | 1,739 |
fairfieldt/coffeescript-concat | Utility for preprocessing and concatenating CoffeeScript source files. | 96 |
replit-archive/lol-coffee | A compiler and virtual machine for a fictional programming language | 24 |
michaelficarra/cscodegen | A tool for generating CoffeeScript code from existing source | 30 |
jaekwon/coffeemugg | A templating engine for writing HTML templates in pure CoffeeScript. | 19 |
grant/javacoffee | A CoffeeScript-like syntax compiler for Java code | 14 |
netzpirat/haml-coffee | A JavaScript templating solution that uses Haml as markup and compiles it to generate HTML from inline CoffeeScript | 442 |
js2coffee/js2coffee | Converts JavaScript code to CoffeeScript syntax | 2,083 |
fabiosantoscode/js2cpp | A tool that translates JavaScript code into C++ code using static type checking and code generation. | 111 |
thesunny/shampoo | A tool that automates the process of transpiling and bundling JavaScript files for production environments. | 15 |