All Projects → littledivy → deno_sass

littledivy / deno_sass

Licence: MIT license
🚀 Cute Sass compiler bindings to Deno.

Programming Languages

typescript
32286 projects
rust
11053 projects

Projects that are alternatives of or similar to deno sass

wocket
A WebSocket library for Deno
Stars: ✭ 103 (+692.31%)
Mutual labels:  deno
marky
A modular and extensible ESM and Deno Markdown parser.
Stars: ✭ 16 (+23.08%)
Mutual labels:  deno
deno docker
Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
Stars: ✭ 678 (+5115.38%)
Mutual labels:  deno
cache
🥌 Deno cache library
Stars: ✭ 38 (+192.31%)
Mutual labels:  deno
create-xc-app
⚡️ Create a project in seconds!
Stars: ✭ 15 (+15.38%)
Mutual labels:  deno
dps-dial.vim
Increment/decrement plugin using denops.vim
Stars: ✭ 21 (+61.54%)
Mutual labels:  deno
pgsql-ast-parser
Yet another simple Postgres SQL parser
Stars: ✭ 152 (+1069.23%)
Mutual labels:  deno
deno-bcrypt
A port of jBCrypt to TypeScript for use as a Deno module
Stars: ✭ 56 (+330.77%)
Mutual labels:  deno
crux.land
crux.land is a free registry service meant for hosting small (≤ 20kB) single deno scripts.
Stars: ✭ 50 (+284.62%)
Mutual labels:  deno
Ogone
Advanced Web Composition for Future
Stars: ✭ 38 (+192.31%)
Mutual labels:  deno
postgres-deno
A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.
Stars: ✭ 87 (+569.23%)
Mutual labels:  deno
monkey-master
A deno tool for buying hot GPUs in JD, such as RTX3080 rx6800, a thick-skinned orange!
Stars: ✭ 180 (+1284.62%)
Mutual labels:  deno
deno doc
Documentation generator for Deno
Stars: ✭ 162 (+1146.15%)
Mutual labels:  deno
depsbot
⚙️ GitHub action to check freshness of your deno dependencies
Stars: ✭ 28 (+115.38%)
Mutual labels:  deno
attain
Deno API middleware Server
Stars: ✭ 79 (+507.69%)
Mutual labels:  deno
lisan
🌈i18n, Reimagined! 🚀A blazing fast and super small i18n library for Javascript
Stars: ✭ 85 (+553.85%)
Mutual labels:  deno
Grass.DirectX
Realistic Grass Rendering using DirectX 11 and a geometry-shader based approach.
Stars: ✭ 56 (+330.77%)
Mutual labels:  grass
parseargs
Migrated to https://github.com/denoland/deno_std
Stars: ✭ 28 (+115.38%)
Mutual labels:  deno
deno rest
A Boilerplate for deno RESTful apis
Stars: ✭ 74 (+469.23%)
Mutual labels:  deno
sirdez
Glorious Binary Serialization and Deserialization for TypeScript.
Stars: ✭ 20 (+53.85%)
Mutual labels:  deno

deno_sass logo

deno_sass

High quality bindings to the sass_rs crate for Deno.

stars issues deno version vr scripts

🌀 The library is not yet available on Windows. Expect breaking changes.

Example

import { compile } from "https://x.nest.land/[email protected]/mod.ts";

compile("a { color: #000; }", {
  output_style: "nested",
  precision: 5,
  indented_syntax: false,
  include_paths: []
}).result;

Join Discord

Building from source

Prerequisites

Building

$ cargo build

Example

$ deno run --unstable -A examples/compile.ts

Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt and commit messages are done following Conventional Commits spec.

Copyright

deno_sass is licensed under the MIT license. Please see the LICENSE 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].