This repo contains a Sass example based on Gulp. In terms of Sass syntax, it is not the best way to implement it. It is uploaded only for education purposes. Check the video below.
Requirements
- You need to have Docker and Docker Compose installed
Run in root folder,
cp .env.example .env
docker-compose build && docker-compose up -d
Start Sass watch,
docker-compose run tools bash
npm install
gulp
Check http://127.0.0.1/ on your browser
Check files on /data/www/public/theme/sass/* on your editor of choice.
Exit the container,
exit
To stop it, go to root folder and type,
docker-compose down