Go to file
yuanchuan 902a8788cd Do not use `??` operator at the moment.
Fix #110
2023-01-05 22:45:47 +08:00
.github Update CI name 2022-02-04 16:18:46 +08:00
src Do not use `??` operator at the moment. 2023-01-05 22:45:47 +08:00
test Fix style tag parsing for complex css selectors 2022-12-11 09:50:07 +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 Do not use `??` operator at the moment. 2023-01-05 22:45:47 +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 Remove unavailable resource links 2022-09-18 13:30:08 +08:00
css-doodle.js Do not use `??` operator at the moment. 2023-01-05 22:45:47 +08:00
css-doodle.min.js Do not use `??` operator at the moment. 2023-01-05 22:45:47 +08:00
package.json Do not use `??` operator at the moment. 2023-01-05 22:45:47 +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

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! 🙏