abe33 / atom-pigments

An Atom package to display colors in project and files.
MIT License
521 stars 68 forks source link

pigments.less not updating styles #336

Open sh-list opened 7 years ago

sh-list commented 7 years ago

Recently updated atom-pigments (v.0.40.2) and Atom itself (v.1.19.2 x64) on MacOS Sierra (10.12.5) and now finding changes to pigments.less file are not taking effect. All I want to do is change the size of the native-dot marker via:

&.dot { width: 2em; height: 2em; ... }

I have restarted Atom and rebooted yet style changes remain ineffective .

This has never been an issue before, but perhaps I'm still missing something basic here.