diff --git a/README.md b/README.md index 1298d6f..2233455 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This is useful, for example, in prototyping. + [Classless.css](#classlesscss) + [concrete.css](#concretecss) + [Downstyler](#downstyler) + + [Fylgja](#fylgja) + [holiday.css](#holidaycss) + [LatexCSS](#latexcss) + [magick.css](#magickcss) @@ -53,7 +54,6 @@ This is useful, for example, in prototyping. * [Class-light](#class-light) + [Barrel.css](#barrelcss) + [Chota](#chota) - + [Fylgja](#fylgja) + [matcha.css](#matchacss) + [Milligram](#milligram) + [mini.css](#minicss) @@ -248,6 +248,23 @@ This is useful, for example, in prototyping. [![downstyler.png](thumbnail/downstyler.png)](screenshot/downstyler.png) +### Fylgja + +[Explaining what "classless" is](https://fylgja.dev/docs/concepts/classless/). + +- [Website](https://fylgja.dev/library/base/) +- [Repository](https://github.com/fylgja/fylgja) + ![GitHub stars](https://img.shields.io/github/stars/fylgja/fylgja?style=flat-square) + ![GitHub contributors](https://img.shields.io/github/contributors-anon/fylgja/fylgja?style=flat-square) + ![Last commit](https://img.shields.io/github/last-commit/fylgja/fylgja?style=flat-square) + ![GitHub open issues](https://img.shields.io/github/issues-raw/fylgja/fylgja?style=flat-square) + ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/fylgja/fylgja?style=flat-square) +- [Demo](https://codepen.io/Fylgja/pen/ExGOZaE) + +[![fylgja.png](thumbnail/fylgja.png)](screenshot/fylgja.png) +[![fylgja-dark.png](thumbnail/fylgja-dark.png)](screenshot/fylgja-dark.png) + + ### holiday.css - [Repository](https://github.com/EvgenyOrekhov/holiday.css) @@ -649,22 +666,6 @@ or offer optional classes to style your content—possibly both. [![chota.png](thumbnail/chota.png)](screenshot/chota.png) -### Fylgja - -[Classless setup guide](https://fylgja.dev/guides/classless-setup/). - -- [Website](https://fylgja.dev/features/native-styles/) -- [Repository](https://github.com/fylgja/fylgja) - ![GitHub stars](https://img.shields.io/github/stars/fylgja/fylgja?style=flat-square) - ![GitHub contributors](https://img.shields.io/github/contributors-anon/fylgja/fylgja?style=flat-square) - ![Last commit](https://img.shields.io/github/last-commit/fylgja/fylgja?style=flat-square) - ![GitHub open issues](https://img.shields.io/github/issues-raw/fylgja/fylgja?style=flat-square) - ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/fylgja/fylgja?style=flat-square) -- [Demo](https://codepen.io/Fylgja/pen/ExGOZaE) - -[![fylgja.png](thumbnail/fylgja.png)](screenshot/fylgja.png) - - ### matcha.css - [Repository](https://github.com/lowlighter/matcha) diff --git a/data/projects.toml b/data/projects.toml index 5feaac8..ecff01f 100644 --- a/data/projects.toml +++ b/data/projects.toml @@ -127,6 +127,14 @@ website = "" screenshots = ["downstyler.png"] tags = ["classless"] +[Fylgja] +demo = "https://codepen.io/Fylgja/pen/ExGOZaE" +github = "fylgja/fylgja" +note = '[Explaining what "classless" is](https://fylgja.dev/docs/concepts/classless/).' +website = "https://fylgja.dev/library/base/" +screenshots = ["fylgja.png", "fylgja-dark.png"] +tags = ["classless"] + ["holiday.css"] demo = "https://holidaycss.js.org/" github = "EvgenyOrekhov/holiday.css" @@ -385,14 +393,6 @@ website = "" screenshots = ["chota.png"] tags = ["class-light"] -[Fylgja] -demo = "https://codepen.io/Fylgja/pen/ExGOZaE" -github = "fylgja/fylgja" -note = "[Classless setup guide](https://fylgja.dev/guides/classless-setup/)." -website = "https://fylgja.dev/features/native-styles/" -screenshots = ["fylgja.png"] -tags = ["class-light"] - ["matcha.css"] demo = "https://matcha.mizu.sh/" github = "lowlighter/matcha" diff --git a/screenshot/fylgja-dark.png b/screenshot/fylgja-dark.png new file mode 100644 index 0000000..744b4c1 Binary files /dev/null and b/screenshot/fylgja-dark.png differ diff --git a/screenshot/fylgja.png b/screenshot/fylgja.png index 7899b52..51ae010 100644 Binary files a/screenshot/fylgja.png and b/screenshot/fylgja.png differ diff --git a/thumbnail/fylgja-dark.png b/thumbnail/fylgja-dark.png new file mode 100644 index 0000000..bbba3dc Binary files /dev/null and b/thumbnail/fylgja-dark.png differ diff --git a/thumbnail/fylgja.png b/thumbnail/fylgja.png index 465f965..e7d6f4f 100644 Binary files a/thumbnail/fylgja.png and b/thumbnail/fylgja.png differ