Skip to content

Commit

Permalink
Huge upgrade and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFlipnote committed Sep 11, 2022
1 parent 3f8a5ca commit 5637dad
Show file tree
Hide file tree
Showing 26 changed files with 271 additions and 26 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ target: ;
version:
@grep -o "Modesta v.* " ./dist/modesta.css

docs_build:
@cd ./docs && python make.py && cd ..

build:
sass --no-source-map scss:dist --style compressed

Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions docs/assets/colours.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions docs/assets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.colour-preview {
width: 200px;
height: 200px;
content: '';
position: relative;
}

.colour-preview .text {
position: absolute;
bottom: .5em;
right: .5em;
padding: .1em .25em;
background-color: rgba(0, 0, 0, .5);
color: #fff;
}
Loading

0 comments on commit 5637dad

Please sign in to comment.