Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Gradia Website

The website is live at gradia.alexandervanhee.be

How to update base stylesheet

To get changes imported from base.css to the base stylesheet in real time during development, open a new terminal tab/window, make sure you are in web/ directory and type:

npx @tailwindcss/cli -i assets/styles/base.css -o assets/styles/base-tailwind.css --watch

You can also import changes without having to run a watcher constantly in the background, just run the above command without the --watch option.