1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-29 12:26:09 +01:00

Add layout

This commit is contained in:
Phuoc Nguyen
2021-09-27 20:32:58 +07:00
parent 88200a6983
commit bced6a1df5
21 changed files with 351 additions and 148 deletions

5
prettier.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
printWidth: 120,
singleQuote: true,
tabWidth: 4,
};