I am starting to develop Liferay themes and the documentation seems to show that you should import 'clay/atlas'.
I have an import for 'clay/base' instead:
@import 'clay/base';
Can someone shed some light on what the difference is and why I would use one instead of the other?
I saw this question How to implement Clay in Liferay 7.2, but it didn't help (in fact it confused me more).
Thanks for your time.