Right now, there are mirroring LESS and SASS files in /dist. Any style change requires us to update both LESS and SASS versions. Convention would have us make any code modifications in /src and have the contents of /dist be generated based on those updates. Either the lib should choose btw LESS or SASS or there should be a build step that takes what is in /src and outputs a LESS and SASS version.
Right now, there are mirroring LESS and SASS files in /dist. Any style change requires us to update both LESS and SASS versions. Convention would have us make any code modifications in /src and have the contents of /dist be generated based on those updates. Either the lib should choose btw LESS or SASS or there should be a build step that takes what is in /src and outputs a LESS and SASS version.