tailwind.config.js refactor(start using tailwind-scrollbar and removing animations from … Jul 11, 2022 tsconfig.json feat(Setup project. Fonts, colors and assets): 🎉 Jul 4, 2022 vercel.json feat(Adding vercel.json): ✨ Jul 13, 2022 ...
Unlike Tailwind, which offers 3 fixed layers (base, components, utilities), UnoCSS allows you to define the layers as you want. To set the layer, you can pass the metadata as the third item of your rules:rules: [ [/^m-(\d)$/, ([, d]) => ({ margin: `${d / 4}rem` })...
easy-vue a easy example using the vue to implement easy web with vue 2.0, vuex 2.0, vue-router 2.0, vue-infinite-scroll 2.0, vue-progressbar 2.0 by TIGERB Vuex Events Messaging Demo by Metric Loop vue-memo a simple demo build with Vue.js(>2.x.), vue-router(>2.x.), vuex(>2....
::-webkit-scrollbar-thumb:hover { background: #555; } /* custom input type number*/ /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearan...