The provided CSS can be used give your Selectize boxes a more material theme.
Converts
| Math.secureRandom = () => window.crypto.getRandomValues(new Uint32Array(1))[0] / 1e+10 |
| Number.prototype.pad = function(size) { | |
| const sign = Math.sign(this) === -1 ? '-' : ''; | |
| return sign + new Array(size).concat([Math.abs(this)]).join('0').slice(-size); | |
| } | |
| const dramaNumber = () => `555-01${Math.floor(Math.random() * 100).pad(2)}` |
| Object.values(document.querySelector("el").attributes).reduce((p, c) => { | |
| p[c.name] = c.value; | |
| return p; | |
| }, {}) |
| find . -type f -iname "*.png" -exec pngcrush -reduce -brute -ow {} \; |
The provided CSS can be used give your Selectize boxes a more material theme.
Converts
| #!/usr/bin/env bash | |
| git rm -r --cached . | |
| git add . | |
| git commit -m "Fixed Gitignore" | |
| git push |
| (function (root, factory) { | |
| if (typeof define === 'function' && define.amd) { | |
| define([], factory); | |
| } else if (typeof module === 'object' && module.exports) { | |
| module.exports = factory(); | |
| } else { | |
| root.returnExports = factory(); | |
| } | |
| }(typeof self !== 'undefined' ? self : this, function () { |
Drag the link found here to your bookmarks bar to use the word counter