Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Develop new css using node 14, e.g.

nvm use 14
yarn start

Your project will be recompiled every time you save a Sass file in `dist/, see doc.

Create distribution build

../build.sh

Create new theme with

nvm use 14
npm install --global foundation-cli
foundation new
<choose basic template>
cd themename
yarn