This will give you complete intellisense and type safety within your app and CSS modules
🚨 NOTE
- refactoring className from ts file wont update your css/scss className, to change class names you have to change it within your
.module.scss
file
:root { | |
--material-color-red: #f44336; | |
--material-color-red-50: #ffebee; | |
--material-color-red-100: #ffcdd2; | |
--material-color-red-200: #ef9a9a; | |
--material-color-red-300: #e57373; | |
--material-color-red-400: #ef5350; | |
--material-color-red-500: var(--material-color-red); | |
--material-color-red-600: #e53935; | |
--material-color-red-700: #d32f2f; |
#!/bin/sh | |
# Gustavo Arnosti Neves - Dec 2018 | |
# Modified from many other snippets | |
# Adapted to work virtually anywhere | |
# Works on busybox/ash | |
# This script: https://gist.github.com/tavinus/925c7c9e67b5ba20ae38637fd0e06b07 | |
# SO reference: https://stackoverflow.com/questions/16843382/colored-shell-script-output-library |
# Inspired by making a mixture the following themes: | |
# robbyrussell + arrow + lambda | |
# changing some colors and elements positions | |
local ret_status="%(?:%{$fg_bold[grey]%}λ :%{$fg_bold[red]%} λ )" | |
PROMPT=' ${ret_status}%{$fg[magenta]%}%c %{$fg[black]%}➤ %{$reset_color%}' | |
RPROMPT='$(git_prompt_info) %{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[grey]%}git:(%{$fg[cyan]%}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " |
How to unstar all your github stars with API
visit here: https://github.com/settings/tokens
make sure to check repo
scope, it is needed to unstar
NB;
Pug - это препроцессор HTML и шаблонизатор, который был написан на JavaScript для Node.js.