Skip to content

Commit 5637dad

Browse files
committed
Huge upgrade and fixes
1 parent 3f8a5ca commit 5637dad

26 files changed

+271
-26
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ target: ;
33
version:
44
@grep -o "Modesta v.* " ./dist/modesta.css
55

6+
docs_build:
7+
@cd ./docs && python make.py && cd ..
8+
69
build:
710
sass --no-source-map scss:dist --style compressed
811

File renamed without changes.

docs/assets/colours.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/custom.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.colour-preview {
2+
width: 200px;
3+
height: 200px;
4+
content: '';
5+
position: relative;
6+
}
7+
8+
.colour-preview .text {
9+
position: absolute;
10+
bottom: .5em;
11+
right: .5em;
12+
padding: .1em .25em;
13+
background-color: rgba(0, 0, 0, .5);
14+
color: #fff;
15+
}

0 commit comments

Comments
 (0)