https://github.com/tkr-sh/adventofcode2022-sass
This is my advent of code in Sass (Scss)
https://github.com/tkr-sh/adventofcode2022-sass
adventofcode2022 aoc2022 sass
Last synced: 5 months ago
JSON representation
This is my advent of code in Sass (Scss)
- Host: GitHub
- URL: https://github.com/tkr-sh/adventofcode2022-sass
- Owner: tkr-sh
- License: bsd-3-clause
- Created: 2022-12-01T14:09:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T00:15:12.000Z (9 months ago)
- Last Synced: 2025-03-09T01:19:40.211Z (9 months ago)
- Topics: adventofcode2022, aoc2022, sass
- Language: SCSS
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdventOfCode2022-Sass
This is my advent of code in Sass (Scss)
## Informations
The version of Scss used is:
`1.56.1 compiled with dart2js 2.18.4`
## How to run a program
To run a program you only have to type `bash ../run.sh` on the directory you're in
## Note
Functions in `functions.scss` are written by me.
If you want to use them or to upgrade them, feel free to do so :)!