Skip to content

Commit e00134b

Browse files
committed
separate animations into standalone files for better accessibility; add blink animation
1 parent 0d3b7f4 commit e00134b

77 files changed

Lines changed: 4718 additions & 2899 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
mkdir -p dist
3-
./node_modules/.bin/stylus < src/index.styl > dist/loading.css
4-
./node_modules/.bin/stylus --compress < src/index.styl > dist/loading.min.css
3+
./node_modules/.bin/stylus --include src/loading < src/loading/index.styl > dist/loading.css
4+
./node_modules/.bin/stylus --include src/loading --compress < src/loading/index.styl > dist/loading.min.css

0 commit comments

Comments
 (0)