mirror of
https://github.com/atom/atom.git
synced 2026-02-01 02:05:24 -05:00
This required moving the importable less files to a `less-imports` directory and adding that directory to the less path. Otherwise, atom.less would import ui-variables from its current directory (/static/ui-variables) as less searches the current directory before any other directories on the path.