Skip to content

Instantly share code, notes, and snippets.

View zzzarius's full-sized avatar
👋

Darius Zivertas zzzarius

👋
View GitHub Profile
@zzzarius
zzzarius / single-line-clamp.css
Created February 13, 2022 14:23
Clamp single line in css
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
@zzzarius
zzzarius / bash
Last active July 8, 2021 07:15
Drupal 9 enable and set default theme using drush
drush theme:enable themename
drush config:set system.theme default themename -y

Include file as library using Composer into drupal ./libraries directory (composer.json)

{
  "type": "package",
  "package": {
      "name": "douglascrockford/json-js",
      "version": "1.1",
      "type": "drupal-library",
      "dist": {
 "url": "https://raw.githubusercontent.com/douglascrockford/JSON-js/master/json2.js",