Scalable CSS workshop materials
You'll need a laptop with the following installed:
- Jekyll static site generator.
- Sass either Ruby or node. We won't be going deep into Sass so don't worry if that's not your thing. You will want it for the workshop at least.
- An editor that supports scss-lint. Don't worry about that "Consider other tools…" bit.
- Run
yarn
ornpm install
in the site directory to install local npm packages. - Run
gulp
to start the project.