diff --git a/README.md b/README.md index 356f45a0..caffd293 100755 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Pony](p%5Cpony.pony) * [Portugol](p%5Cportugol.por) * [Postgresql](p%5Cpostgresql.sql) +* [Postcss](p%5Cpostcss.pcss) * [Postscript](p%5Cpostscript.ps) * [Postscript Page](p%5Cpostscript_page.ps) * [Posxml](p%5Cposxml.posxml) diff --git a/p/postcss.pcss b/p/postcss.pcss new file mode 100644 index 00000000..acf0ba8b --- /dev/null +++ b/p/postcss.pcss @@ -0,0 +1,3 @@ +body::before { + content: "Hello World"; +} \ No newline at end of file