BEM 101 | CSS-Tricks
Source: BEM 101 | CSS-Tricks
There are really good vector graphics application available for Linux. The powerful but somehow also aged Inkscape, the free Gravit and Figma.
Zusammenarbeit mit Eva PolĂo und Arnau Belenguer Architekten. Wohnungsrenovierung in Barcelona.
Draftsight is a good alternative for Autocad. Works on Windows, Linux an Mac.
function exclude_category($query) { if ( $query->is_home() ) { $query->set(‘cat’, ‘-xx’); } return $query; } add_filter(‘pre_get_posts’, ‘exclude_category’);
Ranger is an interesting alternative to NerdTree on Vim. I’ve found it easier and more intuitive to navigate the directories and execute commands on them than nerdtree, but it lacks the possibility to show the working tree directly on the active buffer. It’s as well vim-motion-based and light weight.