Closed
Description
The default mode for the postcss plugin is singleContainer: true
, which means that the plugin automatically detects the first class it encounters as the container class.
A single @define-container;
declaration should be allowed in these cases, however, if the container class is not the first in the file.
(More than one @define-container; occurrences should still throw an error though.)