Refactor Sass mixin/function/vars/placeholder names to be kebab-case #7365
Labels
4 - verified
Issues that have been released and confirmed resolved.
calcite-components
Issues specific to the @esri/calcite-components package.
estimate - 2
Small fix or update, may require updates to tests.
refactor
Issues tied to code that needs to be significantly reworked.
Milestone
Description
All sass mixin/function/vars/placeholder names should be kebab case for consistency and to follow Sass naming rules.
E.g.,
@mixin calciteHydratedHidden()
=>@mixin calcite-hydrated-hidden()
Additionally, the following
stylelint-scss
rules should be enabled to enforce this naming convention:Proposed Advantages
development consistency
Which Component
All components
Relevant Info
#7346 (comment)
Calcite package
The text was updated successfully, but these errors were encountered: