CssBuilder
CSS compiler
Automates compilation of LESS/SASS/SCSS/Stylus files to CSS in .NET projects.
Compile all .less/.sass/.scss files under the VS/dotnet project folder to .css file automatically.
6 stars
1 watching
0 forks
Language: C#
last commit: almost 3 years ago dotnetlesssassscssstylusvisual-studio
Related projects:
Repository | Description | Stars |
---|---|---|
xoofx/sharpscss | A .NET wrapper around libsass to convert SCSS files to CSS | 56 |
excubo-ag/webcompiler | A .NET tool that compiles SCSS files and minimizes CSS/JS assets | 151 |
1000ch/vscode-csso | Provides a TypeScript extension to minify CSS files using the CSSO library. | 4 |
thysultan/stylis | A CSS preprocessor library that enables writing compact and maintainable stylesheets by compiling them into more readable and efficient code | 1,739 |
timdouglas/sublime-less2css | A plugin for Sublime Text that compiles LESS files to CSS on save | 202 |
dotless/dotless | A .NET port of the Ruby Less CSS library, providing a compiler and tools for writing CSS with variables, nested rules, and operators. | 693 |
jakedixon/jacobdixon.aspnetcore.livesasscompile | Automatically recompiles Sass/Scss files in response to changes during runtime | 2 |
cakebaker/scss-syntax.vim | A Vim syntax file for Sassy CSS (SCSS) language syntax highlighting and identification. | 386 |
scottdavis/sass.ex | Binds Sass 3.3.6 to Elixir for compilation and execution | 3 |
straight-shoota/sass.cr | A Crystal library that compiles Sass/SCSS to CSS using libsass bindings. | 35 |
benwmills/core-sass-compiler | A .NET Core module for compiling and minifying SASS files into CSS. | 0 |
sommeri/less4j | A Java-based compiler for the Less programming language, translating its syntax into standard CSS. | 146 |
gruntjs/grunt-contrib-less | Compiles LESS files to CSS | 667 |
taritsyn/libsasshost | Provides a .NET wrapper around the LibSass library to process Sass stylesheets, with support for a virtual file system. | 83 |
cowboyd/less.rb | Provides Ruby bindings to a dynamic stylesheet language that compiles CSS-like code into CSS. | 120 |