oddbird / css-sandbox

A place to draft & experiment with CSS proposals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miriam's CSS Sandbox

This is a scratch site for Miriam Suzanne to take notes & document ideas related to the CSS Working Group and CSS Specifications.

I like to work in the open, and make my notes available -- you are welcome to explore, and even [open issues or pull-requests][gh] -- but this is my own personal notebook, and not a replacement for CSSWG issue threads.

Development Scripts

This static site is built using Eleventy, based on a skeleton template developed by @5t3ph.

npm install

Install everything needed to build/start the static site

npm start

Run 11ty with hot reload at localhost:8080, including reload based on Sass changes

npm run build

Production build includes minified, autoprefixed CSS

About

A place to draft & experiment with CSS proposals


Languages

Language:Nunjucks 49.0%Language:SCSS 27.4%Language:JavaScript 23.7%