Skip to content

Instantly share code, notes, and snippets.

View mahbubcsebd's full-sized avatar

Mahbubur Rahman mahbubcsebd

View GitHub Profile
// Go to package.json file & copy this code in scripts object.
"lint": "yarn add -D prettier @babel/core @babel/eslint-parser eslint-config-prettier eslint-plugin-prettier eslint-plugin-node eslint-config-node && npx install-peerdeps --dev eslint-config-airbnb"
//Create a file .eslintrc.json & copy this code.
{
"extends": [
"airbnb",
"airbnb/hooks",
/* *******************************************************************************************
* TAILWIND.CSS
* DOCUMENTATION: https://tailwindcss.com/
* ******************************************************************************************* */
/*
* Available breakpoints
* --------------------
* sm: min-width: 640px;
* md: min-width: 768px;
@mahbubcsebd
mahbubcsebd / media-query.css
Created September 22, 2021 18:49 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */