1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 18:56:29 +02:00

Use webpack

This commit is contained in:
Phuoc Nguyen
2019-11-23 10:23:13 +07:00
parent 83e61eb7e3
commit ada4976227
9 changed files with 4029 additions and 290 deletions

2
client/helpers/slug.js Normal file
View File

@@ -0,0 +1,2 @@
const slug = item => item.toLowerCase().split(' ').join('-');
export default slug;