I hereby claim:
- I am mrtnpro on github.
- I am mrtnpro (https://keybase.io/mrtnpro) on keybase.
- I have a public key ASAhWPPKk7p0zKHcA87qhvgH7SICJ_m173WWvkbY1tmYvwo
To claim this, I am signing this object:
import React from 'react'; | |
import clsx from 'clsx'; | |
const availableGridClassnames = [ | |
'grid-cols-1', | |
'grid-cols-2', | |
'grid-cols-3', | |
'grid-cols-4', | |
'grid-cols-5', |
I hereby claim:
To claim this, I am signing this object:
Feature Request? Explain why this feature should be added. Specific use-cases are best. If you include designs please append Screenshots or Zeplin links and explain (interactive) UI elements.
Bug Reports? Please provide as much relevant info as possible. Before you submit your issue, search the archive, maybe your question was already answered.
Describe the big picture of your changes, explain your motivation and give as much context as possible. If it fixes a bug or resolves a feature request, be sure to link to that issue (use Github's auto-closing keywords.
Don't forget to set a meaningful title and use appropriate labels.
What types of changes does your code introduce?
#!/usr/bin/env bash | |
for file in *.scss | |
do | |
sass-convert $file `echo $file | sed s/.scss/.sass/g`; | |
done | |
rm *.scss |
RewriteEngine On | |
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f | |
RewriteRule ^/(.*)$ http://localhost:3000/%{REQUEST_URI} [P,QSA] | |
<Proxy *> | |
Allow from all | |
</Proxy> |