This file is indexed.

/usr/share/doc/node-clean-css/test/data/imports.css is in node-clean-css 1.0.12-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
@import url('./partials/one.css');
@import url("./partials/two.css");

.imports { color: #000; }