Skip to content

y-az/sds-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this repo

Run from the command line in the htdocs folder of this rep:

php -S localhost:8000

Then visit the URL in a browser. The used php version is 8.

Css compiling is done with gulp (https://gulpjs.com/). Make sure to use the correct node-version (lts/fermium) when running gulp. This can be done with nvm (https://github.com/nvm-sh/nvm). Run "npm ci" to make sure the correct package versions will be used, from "package-lock.json".

How to build

nvm use
npm run install

License

See license here

About

CSS for SURF Design System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 42.1%
  • PHP 36.0%
  • Hack 8.6%
  • HTML 5.8%
  • CSS 3.9%
  • JavaScript 3.6%