Skip to content

SocialNerds/Sass-74

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sass example

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.

Check the full explanation video (GR)

Sass αντί για CSS #74, live

Installation

Requirements

Run

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

By SocialNerds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published