scrut 0.4.3

A simple and powerful test framework for CLI applications
Documentation
/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

.features {
  display: flex;
  align-items: center;

  width: 100%;
}

.featureSvg {
  height: 200px;
  width: 200px;
}

.features h3 {
  font-size: 2em;
}

.features p {
  font-size: 1.2em;
}