Current section
Files
Jump to
Current section
Files
sketch_css
gleam.toml
gleam.toml
name = "sketch_css"
version = "2.0.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.2 and < 2.0.0"
glance = ">= 2.0.0 and < 3.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
gleam_stdlib = ">= 0.42.0 and < 2.0.0"
glint = ">= 1.2.0 and < 2.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"
sketch = ">= 4.0.0 and < 5.0.0"
snag = ">= 1.1.0 and < 2.0.0"
tom = ">= 1.1.1 and < 2.0.0"
[dev-dependencies]
pprint = ">= 1.0.4 and < 2.0.0"
birdie = ">= 1.2.5 and < 2.0.0"
startest = ">= 0.6.0 and < 1.0.0"