Go to file
yuanchuan dffd83078b Add experimental once function 2023-02-19 12:30:17 +08:00
.github Update CI name 2022-02-04 16:18:46 +08:00
src Add experimental once function 2023-02-19 12:30:17 +08:00
test Add rotate, scale and flex options for grid property 2023-02-12 23:18:32 +08:00
tools Fix build scripts 2022-01-28 22:46:27 +08:00
.gitignore Simplify calc inside sequences 2021-05-04 15:35:02 +08:00
CHANGELOG.md 0.34.1 2023-02-15 09:38:01 +08:00
LICENSE Update license 2022-01-28 22:48:16 +08:00
Makefile Fix build scripts 2022-01-28 22:46:27 +08:00
README.md Add SVG playground link 2023-02-04 20:33:30 +08:00
css-doodle.js 0.34.1 2023-02-15 09:38:01 +08:00
css-doodle.min.js 0.34.1 2023-02-15 09:38:01 +08:00
package.json 0.34.1 2023-02-15 09:38:01 +08:00
rollup.config.js Add version to released files 2020-11-25 22:12:30 +08:00

README.md

<css-doodle />

Build Status license

A web component for drawing patterns with CSS.

screenshot

Example

<css-doodle>
  @grid: 5 / 200px;
  background: @p(#000, #fff);
  margin: 1px;
</css-doodle>

Docs

https://css-doodle.com

Design tools

  • Tabbied -- Doodle with generated patterns
  • Shapes -- Discover new CSS polygon shapes
  • SVG playground -- Generate SVG code with new syntax

Resources

Build

# build css-doodle.js
npm run build

# generate css-doodle.min.js
npm run minify

# or just use make
make

Support

Thank you for your support! 🙏