Packages

A Sketch runtime package, made to generate CSS!

Current section

Files

Jump to
sketch_css gleam.toml
Raw

gleam.toml

name = "sketch_css"
version = "2.1.0"
description = "A Sketch runtime package, made to generate CSS!"
internal_modules = ["sketch_css/*"]
licences = ["MIT"]
links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}]
[sketch_css]
src = "test"
dst = "styles"
interface = "src/sketch/styles"
[repository]
type = "github"
user = "ghivert"
repo = "sketch"
path = "sketch_css"
[dependencies]
argv = ">= 1.0.0 and < 2.0.0"
glance = ">= 2.0.0 and < 3.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
glint = ">= 1.2.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
sketch = ">= 4.0.0 and < 5.0.0"
snag = ">= 1.1.0 and < 2.0.0"
tom = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.2.5 and < 2.0.0"
gleeunit = ">= 1.5.0 and < 2.0.0"