Create postcss.pcss

This commit is contained in:
Stephen Teng
2020-03-30 00:07:20 -05:00
parent da85fb6d1a
commit f497bac4d6
2 changed files with 4 additions and 0 deletions

3
p/postcss.pcss Normal file
View File

@@ -0,0 +1,3 @@
body::before {
content: "Hello World";
}