// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`atword.css 1`] = ` .test { @color: red; color: @color; } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .test { @color: red; color: @color; } `;