UNPKG

salutecss

Version:

A enchanced, lightweight and fast utility-first CSS

6 lines (5 loc) 206 B
module.exports = { 'flex-to-center': 'display: flex; justify-content: center; align-items: center', 'grid-to-center': 'display: grid; place-items: center', 'hide-scrollbar': 'scrollbar-width: none' }