Skip to content

Instantly share code, notes, and snippets.

View astondihor's full-sized avatar

Aston Dihor astondihor

View GitHub Profile
@astondihor
astondihor / app.js
Last active May 22, 2017 07:52
Vue.js (2.x) Datatables
Vue.component('data-table', {
template: '<table></table>',
props: ['users'],
data() {
return {
headers: [
{ title: 'ID' },
{ title: 'Username', class: 'some-special-class' },
{ title: 'Real Name' },
{ title: 'Phone' },
@astondihor
astondihor / catatan-tailwindcss-preprocessor.md
Last active April 12, 2024 05:45
TailwindCSS Preprocessor

TailwindCSS PostProcessor

npm install -D sass postcss-import postcss-nesting
// postcss.config.js
module.exports = {