Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pharo-contributions/stylesheet
Stylesheet is a project to define css like stylesheet in Pharo applications
https://github.com/pharo-contributions/stylesheet
pharo smalltalk style stylesheet
Last synced: about 1 month ago
JSON representation
Stylesheet is a project to define css like stylesheet in Pharo applications
- Host: GitHub
- URL: https://github.com/pharo-contributions/stylesheet
- Owner: pharo-contributions
- License: mit
- Created: 2018-10-04T16:32:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T09:57:06.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T17:10:12.834Z (5 months ago)
- Topics: pharo, smalltalk, style, stylesheet
- Language: Smalltalk
- Size: 38.1 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stylesheet
Stylesheet is a project to define css like stylesheet in Pharo applications.
Stylesheet is written and supported by Olivier Auverlot and Guillaume Larcheveque (aka The Pasta Team)
## Install Stylesheet
To install Stylesheet on your Pharo image you can just execute the following script:
```Smalltalk
Metacello new
githubUser: 'pharo-contributions' project: 'Stylesheet' commitish: 'master' path: 'src';
baseline: 'Stylesheet';
load
```To add Stylesheet to your baseline just add this:
```Smalltalk
spec
baseline: 'Stylesheet'
with: [ spec repository: 'github://pharo-contributions/Stylesheet:master/src' ]
```Note that you can replace the #master by another branch as #development or a tag as #v1.0.0, #v1.? or #v1.2.? .
## Projects using Stylesheet
- pharo-contributions/Artefact
- TelescopeSt/Telescope
- DuneSt/ChartJs## Smalltalk versions compatibility
| Version | Compatible Pharo versions |
|---------- |--------------------------- |
| 1.x.x | Pharo 61, 70, 80, 90 |