1#! /bin/sh -e 2# SPDX-License-Identifier: BSD-3-Clause 3# Copyright 2013 6WIND S.A. 4 5CSS=$1 6 7# space between item and its comment 8echo 'dd td:first-child {padding-right: 2em;}' >> $CSS 9